Creates Audionative Enabled Project.
Creates AudioNative enabled project, optionally starts conversion and returns project id and embeddable html snippet.
Headers
Your API key. This is required by most endpoints to access our API programatically. You can view your xi-api-key using the 'Profile' tab on the website.
Body
Project name.
Image URL used in the player. If not provided, default image set in the Player settings is used.
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.
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.
Whether to use small player or not. If not provided, default value set in the Player settings is used.
Text color used in the player. If not provided, default text color set in the Player settings is used.
Background color used in the player. If not provided, default background color set in the Player settings is used.
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 ID used to voice the content. If not provided, default voice ID set in the Player settings is used.
TTS Model ID used in the player. If not provided, default model ID set in the Player settings is used.
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>'
Whether to auto convert the project to audio or not.
Was this page helpful?