Update audio native project

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.

Headers

xi-api-keystringRequired

Request

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

Either txt or HTML input file containing the article content. HTML should be formatted as follows ‘<html><body><div><p>Your content</p><h5>More of your content</h5><p>Some more of your content</p></div></body></html>’

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
The ID of the project.
convertingboolean
Whether the project is currently being converted.
publishingboolean
Whether the project is currently being published.
html_snippetstring
The HTML snippet to embed the Audio Native player.

Errors