Developer resource
Deck OpenAPI spec
The Deck OpenAPI spec describes the Deck REST API at https://api.deck.co/v2.
- Machine-readable spec: https://deck.co/openapi.json
- Copy at /.well-known/openapi.json
- Human docs: Deck API documentation
curl -s https://deck.co/openapi.json | head
Error responses are JSON with errors[].type, errors[].code, errors[].message, optional errors[].resolution, and request_id.