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.
Base URL: https://roughy-api-staging.fly.dev All endpoints live under the /v1/ prefix — for example, triggering a cut is POST https://roughy-api-staging.fly.dev/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.