POST
/
v1
/
audio-native
curl --request POST \
  --url https://api.elevenlabs.io/v1/audio-native \
  --header 'Content-Type: multipart/form-data' \
  --form 'name=<string>' \
  --form 'image=<string>' \
  --form 'author=<string>' \
  --form 'title=<string>' \
  --form small=false \
  --form 'text_color=<string>' \
  --form 'background_color=<string>' \
  --form sessionization=0 \
  --form 'voice_id=<string>' \
  --form 'model_id=<string>' \
  --form auto_convert=false
{
  "project_id": "<string>",
  "converting": true,
  "html_snippet": "<string>"
}

Headers

xi-api-key
string

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

multipart/form-data

Response

200
application/json

Successful Response

The response is of type object.