Concepts

Projects

Organize uploads and jobs into reusable workspaces

A project is a container for your uploaded images and processing jobs.

  • project_id is the stable identifier you should store in your integration.
  • project_name is the human-readable label.
  • If you omit project_name on 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

Where projects are used

Both main services require a project before processing:

On this page