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

NameTypeDescription

Content-Type*

multipart/form-data

Request Body

NameTypeDescription

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

NameTypeDescription

project_id*

int

Project ID

images*

array

List of image data for each specific image including annotations

Last updated