POST
ElevenLabsElevenLabsAudio-nativeCreates Audionative Enabled Project.
POST
https://api.lowcodeapi.com/elevenlabs/v1/audio-native
Request Body
Content Type : application/json
Request Parameters
namestring
Project name.
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.
Overview

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

API Reference Link
https://elevenlabs.io/docs/api-reference/creates-audionative-enabled-project
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/elevenlabs/v1/audio-native' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "name": "",
  "image": "",
  "author": "",
  "title": "",
  "small": "",
  "text_color": "",
  "background_color": "",
  "sessionization": "",
  "voice_id": "",
  "model_id": "",
  "file": "",
  "auto_convert": ""
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00