v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
audio-native

Update Audio-Native Project Content

Updates content for the specific AudioNative Project.

post/v1/audio-native/{project_id}/content

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

project_idstring required

The ID of the project.

convertingboolean required

Whether the project is currently being converted.

publishingboolean required

Whether the project is currently being published.

html_snippetstring required

The HTML snippet to embed the Audio Native player.

Example response

{
  "converting": false,
  "html_snippet": "<div id='audio-native-player'></div>",
  "project_id": "JBFqnCBsd6RMkjVDRZzb",
  "publishing": false
}