OttoCut

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.

Base URL

https://api.ottocut.com

Response 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": "..." } }