Neuphonic · Schema
SSE TTS Request
Request body for the Neuphonic Server-Sent Events text-to-speech endpoint.
Text-to-SpeechVoice AIAudioStreamingWebSocketVoice CloningConversational AIReal-TimeMultilingualOn-Device AI
Properties
| Name | Type | Description |
|---|---|---|
| text | string | The text to synthesize into speech. |
| voice | string | Voice ID or name to use for synthesis. Defaults to a standard voice if not specified. |
| speed | number | Speech speed multiplier. 1.0 is normal speed; values above 1.0 are faster. |
| sampling_rate | integer | Audio sampling rate in Hz for the output PCM stream. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.neuphonic.com/schemas/sse-request",
"title": "SSE TTS Request",
"description": "Request body for the Neuphonic Server-Sent Events text-to-speech endpoint.",
"type": "object",
"required": ["text"],
"properties": {
"text": {
"type": "string",
"description": "The text to synthesize into speech.",
"minLength": 1
},
"voice": {
"type": "string",
"description": "Voice ID or name to use for synthesis. Defaults to a standard voice if not specified."
},
"speed": {
"type": "number",
"description": "Speech speed multiplier. 1.0 is normal speed; values above 1.0 are faster.",
"default": 1.0,
"minimum": 0.5,
"maximum": 3.0
},
"sampling_rate": {
"type": "integer",
"description": "Audio sampling rate in Hz for the output PCM stream.",
"default": 22050,
"enum": [8000, 16000, 22050, 44100, 48000]
}
}
}
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/neuphonic-sse-request"
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.