Back to Help Center

Getting started with the REST API

Crispy exposes 28 curated endpoints at /api/v1/. Every endpoint uses the same executor as the MCP server, so behavior is identical.

Authenticate with your API key in the Authorization header: `Authorization: Bearer crispy_...`

The OpenAPI 3.1 spec is available at /api/v1/openapi.json. Import it into Postman, Swagger UI, or any API client.

Still stuck? Email [email protected] or browse answered questions.