Creates Audionative Enabled Project.

POST
/v1/audio-native

Creates AudioNative enabled project, optionally starts conversion and returns project id and embeddable html snippet.

Request

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

Project name.

imagestringOptional

Image URL used in the player. If not provided, default image set in the Player settings is used.

authorstringOptional

Author used in the player and inserted at the start of the uploaded article. If not provided, the default author set in the Player settings is used.

titlestringOptional

Title used in the player and inserted at the top of the uploaded article. If not provided, the default title set in the Player settings is used.

smallbooleanOptional

Whether to use small player or not. If not provided, default value set in the Player settings is used.

text_colorstringOptional

Text color used in the player. If not provided, default text color set in the Player settings is used.

background_colorstringOptional

Background color used in the player. If not provided, default background color set in the Player settings is used.

sessionizationintegerOptionalDefaults to 0

Specifies for how many minutes to persist the session across page reloads. If not provided, default sessionization set in the Player settings is used.

voice_idstringOptional

Voice ID used to voice the content. If not provided, default voice ID set in the Player settings is used.

model_idstringOptional

TTS Model ID used in the player. If not provided, default model ID set in the Player settings is used.

filefileOptional
auto_convertbooleanOptional

Whether to auto convert the project to audio or not.

Response

Successful Response

project_idstring
convertingboolean
html_snippetstring
Built with