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

# Content Studio API

> Estimate, browse, and purchase Content Studio deliverables.

Content Studio turns a content brief into a priced deliverable. Its endpoints
share the REST API v1 base URL but form a separate product flow from OrgX work,
receipts, processes, and events.

| Step                   | Operation               | Authentication   |
| ---------------------- | ----------------------- | ---------------- |
| Estimate               | `POST /studio/estimate` | None             |
| Browse completed work  | `GET /studio/showcase`  | None             |
| Start checkout         | `POST /studio/checkout` | OrgX session     |
| Receive payment events | `POST /studio/callback` | Stripe signature |

Start with an estimate, present its returned price and delivery range to the
user, then create checkout only after the user chooses to continue.

The callback is for Stripe delivery only. Applications should not call it
directly.
