| GET | /projects | Get your projects. |
| POST | /projects | Create a project. |
| GET | /projects/{projectId} | Get a specific project. |
| DELETE | /projects/{projectId} | Delete a specific project. |
| PATCH | /projects/{projectId} | Update a specific project. |
| GET | /projects/{projectId}/export | Exports a project. |
| POST | /projects/{projectId}/images | This API accepts body content as multipart/form-data and application/octet-stream. When using multipart |
| DELETE | /projects/{projectId}/images | Delete images from the set of training images. |
| POST | /projects/{projectId}/images/{imageId}/regionproposals | This API will get region proposals for an image along with confidences for the region. It returns an empty array if no proposals are found. |
| POST | /projects/{projectId}/images/files | This API accepts a batch of files, and optionally tags, to create images. There is a limit of 64 images and 20 tags. |
| GET | /projects/{projectId}/images/id | This API will return a set of Images for the specified tags and optionally iteration. If no iteration is specified the |
| POST | /projects/{projectId}/images/predictions | This API creates a batch of images from predicted images specified. There is a limit of 64 images and 20 tags. |
| POST | /projects/{projectId}/images/regions | This API accepts a batch of image regions, and optionally tags, to update existing images with region information. |
| DELETE | /projects/{projectId}/images/regions | Delete a set of image regions. |
| POST | /projects/{projectId}/images/suggested | This API will fetch untagged images filtered by suggested tags Ids. It returns an empty array if no images are found. |
| POST | /projects/{projectId}/images/suggested/count | This API takes in tagIds to get count of untagged images per suggested tags for a given threshold. |
| GET | /projects/{projectId}/images/tagged | This API supports batching and range selection. By default it will only return first 50 images matching images. |
| GET | /projects/{projectId}/images/tagged/count |