Back to Services
Basic Trustrest

ElevenLabs — Text-to-Speech

Generate lifelike speech from text using AI voice models. Supports voice cloning, multilingual synthesis, and emotion control.

Total Calls

0

Success Rate

Avg Latency

Capabilities

ttsspeechaudioaivoicetext-to-speech

Quick Integration

Call this service through the Agent Clear proxy

// Call ElevenLabs — Text-to-Speech through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/2be375f4-38b6-4b93-a815-da3d6021f3f9',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "text",
    "voice_id"
  ],
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to speak"
    },
    "model_id": {
      "type": "string"
    },
    "voice_id": {
      "type": "string",
      "description": "Voice model ID"
    }
  }
}

Output Schema

{
  "type": "string",
  "description": "Audio binary (mp3)"
}

Pricing

$0.015/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
30 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services