For the complete documentation index, see llms.txt. This page is also available as Markdown.

Import and Export

Images and Annotations data import and export APIs

Import

Import Images and Annotations

POST https://api.autogon.ai/api/v1/label/image/import

Headers

Name
Type
Description

Content-Type*

multipart/form-data

Request Body

Name
Type
Description

dataset*

file

zipped dataset file

project_id*

int

Project ID

Get Images

Modifiy Image Annotations

GET https://api.autogon.ai/api/v1/label/image/annotate

Request Body

Name
Type
Description

project_id*

int

Project ID

images*

array

List of image data for each specific image including annotations

Last updated