Inworld AI · Schema
InworldTtsSynthesizeRequest
Inworld TTS synthesis request body for POST /tts/v1/voice.
Artificial IntelligenceVoiceText-to-SpeechSpeech-to-TextReal-TimeLLM RoutingVoice CloningConversational AIGame AI
Properties
| Name | Type | Description |
|---|---|---|
| text | string | Text to synthesize. Maximum 2,000 characters. |
| voiceId | string | Voice id (shipped voice name or custom voice id). |
| modelId | string | |
| audioConfig | object | |
| language | string | BCP-47 language tag. |
| deliveryMode | string | TTS-2 only. |
| temperature | number | |
| timestampType | string | |
| applyTextNormalization | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/inworld-ai/main/json-schema/inworld-tts-synthesis-schema.json",
"title": "InworldTtsSynthesizeRequest",
"description": "Inworld TTS synthesis request body for POST /tts/v1/voice.",
"type": "object",
"required": ["text", "voiceId", "modelId", "audioConfig"],
"properties": {
"text": {
"type": "string",
"maxLength": 2000,
"description": "Text to synthesize. Maximum 2,000 characters."
},
"voiceId": {
"type": "string",
"description": "Voice id (shipped voice name or custom voice id)."
},
"modelId": {
"type": "string",
"enum": ["inworld-tts-2", "inworld-tts-1.5-max", "inworld-tts-1.5-mini"]
},
"audioConfig": {
"type": "object",
"required": ["audioEncoding"],
"properties": {
"audioEncoding": {
"type": "string",
"enum": ["LINEAR16", "MP3", "OGG_OPUS", "ALAW", "MULAW", "FLAC", "PCM", "WAV"]
},
"sampleRateHertz": {
"type": "integer",
"minimum": 8000,
"maximum": 48000,
"default": 48000
},
"bitRate": {
"type": "integer",
"default": 128000
},
"speakingRate": {
"type": "number",
"minimum": 0.5,
"maximum": 1.5,
"default": 1.0
}
}
},
"language": {
"type": "string",
"description": "BCP-47 language tag."
},
"deliveryMode": {
"type": "string",
"enum": ["STABLE", "BALANCED", "CREATIVE"],
"default": "BALANCED",
"description": "TTS-2 only."
},
"temperature": {
"type": "number",
"minimum": 0,
"maximum": 2,
"default": 1.0
},
"timestampType": {
"type": "string",
"enum": ["WORD", "CHARACTER"]
},
"applyTextNormalization": {
"type": "string",
"enum": ["ON", "OFF"]
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/inworld-tts-synthesis"
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.