Speech Synthesis Request

Schema for a Google Cloud Text-to-Speech synthesis request.

AudioGoogle CloudMachine-LearningSpeech SynthesisText-to-Speech

Properties

Name Type Description
input object The input to be synthesized.
voice object The desired voice configuration.
audioConfig object Audio configuration for the synthesized output.
View JSON Schema on GitHub

JSON Schema

speech-synthesis.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-cloud-text-to-speech/refs/heads/main/json-schema/speech-synthesis.json",
  "title": "Speech Synthesis Request",
  "description": "Schema for a Google Cloud Text-to-Speech synthesis request.",
  "type": "object",
  "required": ["input", "voice", "audioConfig"],
  "properties": {
    "input": {
      "type": "object",
      "description": "The input to be synthesized.",
      "properties": {
        "text": {
          "type": "string",
          "description": "Raw text to be synthesized."
        },
        "ssml": {
          "type": "string",
          "description": "SSML markup to be synthesized."
        }
      }
    },
    "voice": {
      "type": "object",
      "description": "The desired voice configuration.",
      "required": ["languageCode"],
      "properties": {
        "languageCode": {
          "type": "string",
          "description": "BCP-47 language tag."
        },
        "name": {
          "type": "string",
          "description": "Name of the voice."
        },
        "ssmlGender": {
          "type": "string",
          "enum": ["SSML_VOICE_GENDER_UNSPECIFIED", "MALE", "FEMALE", "NEUTRAL"],
          "description": "Preferred gender of the voice."
        }
      }
    },
    "audioConfig": {
      "type": "object",
      "description": "Audio configuration for the synthesized output.",
      "required": ["audioEncoding"],
      "properties": {
        "audioEncoding": {
          "type": "string",
          "enum": ["AUDIO_ENCODING_UNSPECIFIED", "LINEAR16", "MP3", "OGG_OPUS", "MULAW", "ALAW"],
          "description": "The encoding format of the output audio."
        },
        "speakingRate": {
          "type": "number",
          "description": "Speaking rate, range [0.25, 4.0]."
        },
        "pitch": {
          "type": "number",
          "description": "Pitch adjustment, range [-20.0, 20.0]."
        },
        "volumeGainDb": {
          "type": "number",
          "description": "Volume gain in dB, range [-96.0, 16.0]."
        },
        "sampleRateHertz": {
          "type": "integer",
          "description": "Sample rate in Hz for the output audio."
        }
      }
    }
  }
}

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/speech-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.