Properties
| Name | Type | Description |
|---|---|---|
| type | string | This is the type of the message. Send "control" message to control the assistant. `control` options are: - "mute-assistant" - mute the assistant - "unmute-assistant" - unmute the assistant - "mute-cus |
| control | string | This is the control action |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ClientInboundMessageControl",
"title": "ClientInboundMessageControl",
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "This is the type of the message. Send \"control\" message to control the assistant. `control` options are:\n- \"mute-assistant\" - mute the assistant\n- \"unmute-assistant\" - unmute the assistant\n- \"mute-customer\" - mute the user\n- \"unmute-customer\" - unmute the user\n- \"say-first-message\" - say the first message (this is used when video recording is enabled and the conversation is only started once the client side kicks off the recording)",
"enum": [
"control"
]
},
"control": {
"type": "string",
"description": "This is the control action",
"enum": [
"mute-assistant",
"unmute-assistant",
"mute-customer",
"unmute-customer",
"say-first-message"
]
}
},
"required": [
"type",
"control"
]
}
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/vapi-clientinboundmessagecontrol"
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.