Configure your API key and project, then try each endpoint below.
/api/v1/projects/:projectIdGet project information.
/api/v1/projects/:projectId/modelsList models of the project.
/api/v1/projects/:projectId/models/:modelSlug/categories/api/v1/projects/:projectId/models/:modelSlug/items/api/v1/projects/:projectId/items/:itemId/api/v1/projects/:projectId/models/:modelSlug/items/api/v1/projects/:projectId/items/:itemId/api/v1/projects/:projectId/uploads/presignUpload with: curl -X PUT -H "Content-Type: <type>" --data-binary @file "<uploadUrl>"
These endpoints set/consume cookies. Ensure CORS and credentials are configured.