Skip to main content
POST
/
v1
/
voice-clone
Voice Clone
curl --request POST \
  --url https://api.voicv.com/v1/voice-clone \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <x-api-key>' \
  --form voice='@example-file'
{
  "code": 200,
  "message": "success",
  "data": {
    "voiceId": "8c97bbb2ff424bb1a580651576774d2d",
    "costCredits": 1000
  }
}

Pricing

  • Cost: 1000 credits per request

Headers

x-api-key
string
required

Body

multipart/form-data
voice
file
required

Only audio files (MP3, WAV) are allowed

Example:

""

Response

200 - application/json
code
integer
required
message
string
required
data
object
required