Vocal Video developer docs
Everything Vocal Video's AI assistant can do — read collector responses, send invitations, edit storyboards, share videos — is available outside the app as a set of tools. There are two ways in, and they reach the same tools with the same permissions.
Connect an AI assistant
Paste one URL into Claude, ChatGPT, or your IDE agent, sign in, and start asking. No code, no keys.
- Connect Claude — three steps, on the web or in Claude Desktop.
- Connect ChatGPT — the same, behind ChatGPT's Developer mode.
- Other MCP clients — Claude Code, Cursor, and anything else that speaks MCP.
- MCP or API key? — if you're not sure which you need.
Build with the API
Every tool is a POST https://vocalvideo.com/api/v2/tools/{name} with a JSON body, authenticated
with a workspace API key.
- API Quickstart — first read and write calls in five minutes.
- Authentication — keys, scopes, errors, and confirmation tokens.
- API Reference — every tool with its input schema and a live request console.
Reference
| API Reference | Browsable REST reference, generated from the tool registry. |
| OpenAPI spec | The same reference as OpenAPI 3.1 JSON, for generators and agents. |
| MCP Reference | Endpoint, protocol versions, toolsets, auth, and the full tool catalog. |