v4

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

Creates Audio Native Enabled Project.

Creates Audio Native enabled project, optionally starts conversion and returns project ID and embeddable HTML snippet.

post/v1/audio-native

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 created Audio Native project.

convertingboolean required

Whether the project is currently being converted.

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"
}