Stream project audio

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

Stream the audio from a 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 project_snapshot_id of the project snapshot. You can query GET /v1/projects/{project_id}/snapshots to list all available snapshots for a project.

Request

This endpoint expects an object.
convert_to_mpegbooleanOptionalDefaults to false

Whether to convert the audio to mpeg format.

Response

Successful Response

Errors

Built with