Loading API Reference...
CN8 is an AI gateway: a single proxy layer that gives you access to AI capabilities — chatbots with RAG, multi-agent orchestration, LLM completions, dubbing, TTS, media generation, and production-grade video/audio processing — all through one consistent API with unified auth, billing, and usage tracking.
Two cloning workflows — persistent (async, reusable voice_id) and instant (sync, returns binary audio).
Persistent clone (core-voice-clone) is a delayed service: 202 + jobid; poll /v2/jobs/{jobid} for the voice_id. Instant clone (core-instant-clone-tts) is sync but returns BINARY audio/wav with metadata in response headers. Both accept audioUrl (camelCase) for the source sample (mp3/wav/ogg or a video — audio is extracted via ffmpeg).