> ## Documentation Index
> Fetch the complete documentation index at: https://docs.roughy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# API Reference

> Roughy HTTP API — endpoints, schemas, and an interactive playground.

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.
