Skip to main content
The Roughy API is HTTP/JSON over TLS. All requests are authenticated with an API key passed as a Bearer token.
Authorization: Bearer <your-api-key>
Base URL: https://api.roughy.ai All endpoints live under the /v1/ prefix — for example, triggering a cut is POST https://api.roughy.ai/v1/cuts. The endpoint pages on the left are auto-generated from the Roughy OpenAPI spec; use the playground to test calls against the live staging API with your own key.