Elevenlabs · Schema

ConversationConfig

Configuration defining the agent's conversational behavior, voice settings, and language model parameters.

Properties

Name Type Description
agent object Agent behavior configuration.
tts object Text-to-speech configuration for the agent's voice.
stt object Speech-to-text configuration for processing user input.
llm object Language model configuration for conversation generation.
View JSON Schema on GitHub

JSON Schema

elevenlabs-conversationconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConversationConfig",
  "title": "ConversationConfig",
  "type": "object",
  "description": "Configuration defining the agent's conversational behavior, voice settings, and language model parameters.",
  "properties": {
    "agent": {
      "type": "object",
      "description": "Agent behavior configuration.",
      "properties": {
        "prompt": {
          "type": "object",
          "description": "The system prompt and instructions for the agent.",
          "properties": {
            "prompt": {
              "type": "string",
              "description": "The system instructions that define agent behavior."
            }
          }
        },
        "first_message": {
          "type": "string",
          "description": "The initial message the agent sends when a conversation starts."
        },
        "language": {
          "type": "string",
          "description": "The primary language for the agent."
        }
      }
    },
    "tts": {
      "type": "object",
      "description": "Text-to-speech configuration for the agent's voice.",
      "properties": {
        "voice_id": {
          "type": "string",
          "description": "The voice to use for the agent's speech output."
        },
        "model_id": {
          "type": "string",
          "description": "The TTS model to use."
        }
      }
    },
    "stt": {
      "type": "object",
      "description": "Speech-to-text configuration for processing user input.",
      "properties": {
        "model_id": {
          "type": "string",
          "description": "The STT model to use for transcription."
        }
      }
    },
    "llm": {
      "type": "object",
      "description": "Language model configuration for conversation generation.",
      "properties": {
        "model_id": {
          "type": "string",
          "description": "The language model to use."
        },
        "temperature": {
          "type": "number",
          "description": "Controls randomness in the model's responses.",
          "minimum": 0,
          "maximum": 2
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/elevenlabs-conversationconfig"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.