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

# OpenAPI specification

> Download the machine-readable OpenAPI document for the Crevio API.

The Crevio API is described by a machine-readable OpenAPI 3 document. It is generated directly from the live API, so it always matches the current contract.

<Card title="Download the OpenAPI spec" icon="download" href="/docs/developer/api-reference/openapi.json">
  The full specification in JSON.
</Card>

Use it to:

* generate a typed client or SDK (for example with [openapi-generator](https://openapi-generator.tech/)),
* import the API into Postman, Insomnia, or Bruno,
* power your own validation and tooling.

<Note>
  Prefer a ready-made client? Use the official [TypeScript SDK](/docs/developer/guides/sdk) instead of generating your own.
</Note>
