ElevenLabs
Activeby Orthogonal · Monid
TTS / STT / music / SFX.
Media
Endpoints · 30
Base URLhttps://x402.orthogonal.com/elevenlabs
EndpointDescriptionPrice
POST/v1/audio-isolation$0.15Isolate vocals/speech from background audio in an audio file.
POST/v1/audio-isolation/stream$0.15Isolate vocals/speech from background audio and stream the result.
POST/v1/dubbing$0.80Dub a video or audio file into another language, preserving speaker voices.
GET/v1/dubbing/{dubbing_id}Not publishedGet the status and details of a dubbing project.
GET/v1/dubbing/{dubbing_id}/audio/{language_code}Not publishedDownload the dubbed audio file for a specific language.
GET/v1/dubbing/{dubbing_id}/transcript/{language_code}Not publishedGet the transcript for a dubbed file in a specific language.
POST/v1/forced-alignment$0.03Align text to audio, producing precise word-level timestamps.
GET/v1/modelsNot publishedList all available ElevenLabs models and their capabilities.
POST/v1/music$0.50Generate a complete music track from a text prompt or composition plan.
POST/v1/music/detailed$0.50Generate a music track with a detailed response including metadata.
POST/v1/music/plan$0.10Generate a detailed composition plan from a text prompt for music generation.
POST/v1/music/stem-separation$0.20Separate an audio file into individual stems (vocals, drums, bass, etc.).
POST/v1/music/stream$0.50Generate and stream a music track in real-time.
POST/v1/music/video-to-music$0.50Generate music to match the mood and content of a video.
GET/v1/shared-voicesNot publishedSearch the shared voice library with filters for gender, age, accent, language, and more.
POST/v1/similar-voices$0.02Search the voice library for voices similar to a provided audio sample.
POST/v1/sound-generation$0.15Generate sound effects from a text description.
POST/v1/speech-to-speech/{voice_id}$0.15Transform speech audio to match a target voice while preserving content and emotion.
POST/v1/speech-to-speech/{voice_id}/stream$0.15Transform speech to a target voice and stream the result in real-time.
POST/v1/speech-to-text$0.03Transcribe audio to text with optional speaker diarization and timestamps.
POST/v1/text-to-dialogue$0.10Generate multi-voice dialogue audio from text inputs with different voice IDs.
POST/v1/text-to-dialogue/stream$0.10Stream multi-voice dialogue audio in real-time.
POST/v1/text-to-dialogue/stream/with-timestamps$0.10Stream multi-voice dialogue audio in real-time with word-level timestamps.
POST/v1/text-to-dialogue/with-timestamps$0.10Generate multi-voice dialogue audio with word-level timestamps.
POST/v1/text-to-speech/{voice_id}$0.08Convert text into natural-sounding speech audio using a specified voice.
POST/v1/text-to-speech/{voice_id}/stream$0.08Convert text to speech and stream the audio back in real-time.
POST/v1/text-to-speech/{voice_id}/stream/with-timestamps$0.08Stream text-to-speech audio in real-time with word-level timestamps.
POST/v1/text-to-speech/{voice_id}/with-timestamps$0.08Convert text to speech and receive audio with word-level timestamps.
GET/v1/voicesNot publishedList all available voices for the authenticated account.
GET/v1/voices/{voice_id}Not publishedGet detailed information about a specific voice by ID.
Call the provider directly and settle x402 per request.
Quickstart · x402 flow
1 · Call without payment. The service replies 402
bash
curl -i https://x402.orthogonal.com/elevenlabs/v1/audio-isolationResponse
HTTP/1.1 402 Payment Required{ "x402Version": 2, "accepts": [{ "scheme": "exact", "network": "eip155:143", "asset": "USDC", "maxAmountRequired": "0.15" }] }2 · Sign the payment with your agent wallet and retry
bash
curl https://x402.orthogonal.com/elevenlabs/v1/audio-isolation \ -H "X-PAYMENT: <base64 payment payload signed by your EOA>"Response
HTTP/1.1 200 OKAny EOA on Monad can pay. curl shown; language tabs land in v2.
Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.
