Update audio native project

POST
/v1/audio-native/:project_id/content

Updates content for the specific AudioNative Project.

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.

Request

This endpoint expects a multipart form containing an optional file.
filefileOptional
auto_convertbooleanOptionalDefaults to false

Whether to auto convert the project to audio or not.

auto_publishbooleanOptionalDefaults to false

Whether to auto publish the new project snapshot after it’s converted.

Response

Successful Response

project_idstring
convertingboolean
publishingboolean
html_snippetstring

Errors

Built with