Documentation
OttoCut cuts video and audio by the words spoken in them. Everything below describes the HTTP API directly — a CLI, an MCP server and a browser UI are all layers on these same endpoints.
Quickstart
Upload or ingest media, poll until the transcript is ready, and cut your first clip.
Clipping Reference
Every marker option: phrases, occurrence selection, nearest-timestamp resolution and raw seconds.
API reference
The eight public endpoints, their purpose, and the response envelope they all share.
Base URL
https://api.ottocut.comResponse envelope
Every response — success or failure — uses the same three keys, so a client parses one shape and always has a request_id to quote in a support request.
{ "data": { ... }, "error": null, "meta": { "request_id": "..." } }