Public API Docs & Playground

Configure your API key and project, then try each endpoint below.

Configuration

GET/api/v1/projects/:projectId

Get project information.

GET/api/v1/projects/:projectId/models

List models of the project.

GET/api/v1/projects/:projectId/models/:modelSlug/categories
GET/api/v1/projects/:projectId/models/:modelSlug/items
GET/api/v1/projects/:projectId/items/:itemId
POST/api/v1/projects/:projectId/models/:modelSlug/items
PATCH/api/v1/projects/:projectId/items/:itemId
POST/api/v1/projects/:projectId/uploads/presign

Upload with: curl -X PUT -H "Content-Type: <type>" --data-binary @file "<uploadUrl>"

Project User Auth

These endpoints set/consume cookies. Ensure CORS and credentials are configured.

Email Verification

Password Reset