v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
studio

Get Project Muted Tracks

Returns a list of chapter IDs that have muted tracks in a project.

get/v1/studio/projects/{project_id}/muted-tracks

Path parameters

project_idstring required

The ID of the Studio project.

Example:21m00Tcm4TlvDq8ikWAM

The ID of the Studio project.

Headers

xi-api-keystring nullable

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Response

Successful Response

chapter_idsstring[] required

List of chapter IDs that have muted tracks.

Example response

{
  "chapter_ids": [
    "aw1NgEzBg83R7vgmiJt6"
  ]
}