Vapi · Schema

CallHookCustomerSpeechTimeout

Artificial IntelligenceVoiceAgentsReal-TimeCPaaS

Properties

Name Type Description
on string Must be either "customer.speech.timeout" or match the pattern "customer.speech.timeout[property=value]"
do array This is the set of actions to perform when the hook triggers
options object This is the set of filters that must match for the hook to trigger
name string This is the name of the hook, it can be set by the user to identify the hook. If no name is provided, the hook will be auto generated as UUID. @default UUID
View JSON Schema on GitHub

JSON Schema

vapi-callhookcustomerspeechtimeout-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallHookCustomerSpeechTimeout",
  "title": "CallHookCustomerSpeechTimeout",
  "type": "object",
  "properties": {
    "on": {
      "type": "string",
      "description": "Must be either \"customer.speech.timeout\" or match the pattern \"customer.speech.timeout[property=value]\"",
      "maxLength": 1000
    },
    "do": {
      "type": "array",
      "description": "This is the set of actions to perform when the hook triggers",
      "items": {
        "oneOf": [
          {
            "$ref": "#/components/schemas/SayHookAction",
            "title": "SayHookAction"
          },
          {
            "$ref": "#/components/schemas/ToolCallHookAction",
            "title": "ToolCallHookAction"
          },
          {
            "$ref": "#/components/schemas/MessageAddHookAction",
            "title": "MessageAddHookAction"
          }
        ]
      }
    },
    "options": {
      "description": "This is the set of filters that must match for the hook to trigger",
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomerSpeechTimeoutOptions"
        }
      ]
    },
    "name": {
      "type": "string",
      "description": "This is the name of the hook, it can be set by the user to identify the hook.\nIf no name is provided, the hook will be auto generated as UUID.\n\n@default UUID",
      "maxLength": 1000
    }
  },
  "required": [
    "on",
    "do"
  ]
}

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/vapi-callhookcustomerspeechtimeout"
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 email required.

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