Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.croma.run/llms.txt

Use this file to discover all available pages before exploring further.

All endpoints are POST requests to https://api.croma.run, authenticated with a bearer API key. Pick an endpoint from the sidebar to see its full schema, example request, and a “try it” playground.

Conventions

  • Auth: Authorization: Bearer <key> on every endpoint. See Authentication.
  • Success: responses wrap the payload under data: { "data": … }.
  • Errors: { "error": { "type", "code", "message" } } with a non-2xx status. See Errors.
  • Rate limits: reported via X-RateLimit-* response headers. See Rate limits.

Quickstart

Get a key and make your first request.