Request BodyContent Type : application/json
Request Parameters
imagestring
Image URL used in the player. If not provided, default image set in the Player settings is used.
authorstring
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.
titlestring
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.
smallboolean
Whether to use small player or not. If not provided, default value set in the Player settings is used.
text_colorstring
Text color used in the player. If not provided, default text color set in the Player settings is used.
background_colorstring
Background color used in the player. If not provided, default background color set in the Player settings is used.
sessionizationnumber
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_idstring
Voice ID used to voice the content. If not provided, default voice ID set in the Player settings is used.
model_idstring
TTS Model ID used in the player. If not provided, default model ID set in the Player settings is used.
filestring
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_convertboolean
Whether to auto convert the project to audio or not.