Concepts
Projects
Organize uploads and jobs into reusable workspaces
A project is a container for your uploaded images and processing jobs.
project_idis the stable identifier you should store in your integration.project_nameis the human-readable label.- If you omit
project_nameon creation, the API generates one automatically.
Good to know
- Project names must be unique per user. If you create a project with a name that already exists, the API returns
409 Conflict. - A project cannot be deleted while it still has jobs in progress.
- If you belong to a group, project lists can also include projects created by other group members.
API endpoints
Create a new project POST
/projectList projects GET
/projectGet project details GET
/project/{project_id}Delete a project DELETE
/project/{project_id}Where projects are used
Both main services require a project before processing: