POST

Synthesize speech in a cloned voice from a reference sample and target text (selectable language). Powered by Minimax voice-cloning on Replicate

/v1/audio/voice-clone

Powered by Replicate

Request → Response

Examples from schemas.json.

Requestapplication/json
POST /v1/audio/voice-clone
Content-Type: application/json

{
  "voice_sample": "example",
  "text": "Hello, world!",
  "language": "auto"
}
Responseapplication/json
HTTP/1.1 200 OK
Content-Type: application/json

// Endpoint-specific body after 402 settlement

Overview

Synthesize speech in a cloned voice from a reference sample and target text (selectable language). Powered by Minimax voice-cloning on Replicate.

Cloud platform to run open-source machine learning models via API.

Request schema

Body: JSON · application/json

FieldTypeDescription
voice_samplestringrequired
textstringrequired
languagestringrequired
IMPLEMENTATION
curl -X POST https://api.tools402.dev/v1/audio/voice-clone \
  -H "Content-Type: application/json" \
  -d '{
  "voice_sample": "example",
  "text": "Hello, world!",
  "language": "auto"
}'

402 payment flow omitted — see Integrations for settlement.