Messagebird · Schema

VoiceMessageCreate

Properties

Name Type Description
recipients array The phone numbers that will receive the voice message in international format. A maximum of 50 recipients per request.
body string The text content to be converted to speech and delivered as a voice message.
originator string The caller ID to display to the recipient.
reference string A client reference for tracking purposes.
reportUrl string The URL for delivery report callbacks.
language string The language of the text-to-speech voice. Supports 26 languages.
voice string The voice gender for text-to-speech.
repeat integer The number of times the message should be repeated.
ifMachine string What to do when an answering machine is detected.
machineTimeout integer The timeout in milliseconds for answering machine detection.
scheduledDatetime string The scheduled date and time for the voice message in RFC 3339 format.
View JSON Schema on GitHub

JSON Schema

messagebird-voicemessagecreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VoiceMessageCreate",
  "title": "VoiceMessageCreate",
  "type": "object",
  "required": [
    "recipients",
    "body"
  ],
  "properties": {
    "recipients": {
      "type": "array",
      "description": "The phone numbers that will receive the voice message in international format. A maximum of 50 recipients per request.",
      "items": {
        "type": "string"
      },
      "minItems": 1,
      "maxItems": 50
    },
    "body": {
      "type": "string",
      "description": "The text content to be converted to speech and delivered as a voice message."
    },
    "originator": {
      "type": "string",
      "description": "The caller ID to display to the recipient."
    },
    "reference": {
      "type": "string",
      "description": "A client reference for tracking purposes."
    },
    "reportUrl": {
      "type": "string",
      "format": "uri",
      "description": "The URL for delivery report callbacks."
    },
    "language": {
      "type": "string",
      "description": "The language of the text-to-speech voice. Supports 26 languages.",
      "enum": [
        "cy-gb",
        "da-dk",
        "de-de",
        "el-gr",
        "en-au",
        "en-gb",
        "en-gb-wls",
        "en-in",
        "en-us",
        "es-es",
        "es-mx",
        "es-us",
        "fr-ca",
        "fr-fr",
        "id-id",
        "is-is",
        "it-it",
        "ja-jp",
        "ko-kr",
        "ms-my",
        "nb-no",
        "nl-nl",
        "pl-pl",
        "pt-br",
        "pt-pt",
        "ro-ro",
        "ru-ru",
        "sv-se",
        "ta-in",
        "th-th",
        "tr-tr",
        "vi-vn",
        "zh-cn",
        "zh-hk"
      ],
      "default": "en-gb"
    },
    "voice": {
      "type": "string",
      "description": "The voice gender for text-to-speech.",
      "enum": [
        "male",
        "female"
      ],
      "default": "female"
    },
    "repeat": {
      "type": "integer",
      "description": "The number of times the message should be repeated.",
      "minimum": 1,
      "maximum": 10,
      "default": 1
    },
    "ifMachine": {
      "type": "string",
      "description": "What to do when an answering machine is detected.",
      "enum": [
        "continue",
        "delay",
        "hangup"
      ],
      "default": "continue"
    },
    "machineTimeout": {
      "type": "integer",
      "description": "The timeout in milliseconds for answering machine detection."
    },
    "scheduledDatetime": {
      "type": "string",
      "format": "date-time",
      "description": "The scheduled date and time for the voice message in RFC 3339 format."
    }
  }
}

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/messagebird-voicemessagecreate"
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.