Stream Studio Project Audio

POST
/v1/studio/projects/:project_id/snapshots/:project_snapshot_id/stream

Stream the audio from a Studio project snapshot.

Path parameters

project_idstringRequired

The ID of the project to be used. You can use the List projects endpoint to list all the available projects.

project_snapshot_idstringRequired

The ID of the Studio project snapshot.

Request

This endpoint expects an object.
convert_to_mpegbooleanOptionalDefaults to false

Whether to convert the audio to mpeg format.

Response

Successful Response

abc
File DownloadBase64 string or null

Errors

Built with