API Explorer

Current mode: voice + image API. Base URL: https://api.cheapaiapi.com

POST/v1/text-to-speech/:voiceIdVoice
POST/v1/task/speech-to-textVoice
POST/v1/task/dubbingVoice
POST/v1/task/voice-changerVoice
POST/v1/task/voice-isolateVoice
GET/v1/modelsVoice
GET/v1/voicesVoice
GET/v1i/modelsImage
POST/v1i/task/priceImage
POST/v1i/task/generate-imageImage
POST/v1m/task/text-to-speechVoice
POST/v1m/task/music-generationVoice
GET/v1m/common/configVoice
POST/v1m/voice/cloneVoice
POST/v1e/task/text-to-speechVoice
GET/v1e/voicesVoice
GET/v1/tasksAccount
GET/v1/task/:taskIdAccount
GET/v1/creditsAccount
GET/v1/api-keysAccount
POST/v1/api-keysAccount
GET/v1/api-keys/:keyIdAccount

Quote labels: Exact = pre-run exact credits, Estimate = preview before settlement, Fixed 333 = current clone policy.

Quick Start (TTS task)

curl https://api.cheapaiapi.com/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM \
  -H "Authorization: Bearer sk_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello from CheapAI voice API","model_id":"eleven_multilingual_v2"}'