API ReferenceVoice

Speech to speech

POST
/elevenlabs/v1/speech-to-speech/{voice_id}

Path Parameters

voice_id*Voice Id

Header Parameters

authorization?Authorization
Default""
xi-api-key?Xi-Api-Key
Default""

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/elevenlabs/v1/speech-to-speech/string" \  -F audio="string"
null