Registry API v1

Interactive reference

Generated directly from the public OpenAPI 3.1 specification, so it always matches what the API actually does. Inspect endpoints, required fields, schemas and possible responses.

OpenAPI specification

The machine-readable specification is public and needs no key — useful for client generation, Postman, Insomnia or your own tooling.

Fetch the spec
curl https://collect24.art/api/openapi.json

# generate a typed client, for example
npx openapi-typescript https://collect24.art/api/openapi.json -o collect24.d.ts

Open /api/openapi.json →

Explorer

Calls cannot be executed from the browser: the API sends no CORS headers and keys must never be used in client-side code. Use the curl examples in the guides from your server instead.