Every functional API request requires a developer application key in the
x-boxpressd-key header. User-specific requests also require an OAuth access token.
Get started
Create an application and make your first request.
Authentication
Understand developer keys and user access tokens.
REST API
Review stable versioned endpoints and response conventions.
GraphQL
Query curated catalog and connected-user data.
Public contract
Public IDs are opaque, type-prefixed values such ascigar_k9P4m. The same ID identifies a resource in REST and GraphQL. Do not decode IDs or depend on their internal representation.
The API is deny-by-default. Database fields do not become public automatically. The initial GraphQL release is read-only and has no mutation root.
Write operations for connected users are coming soon. The currently documented API is read-only, except for reserved endpoints that explicitly return
501 Not Implemented.