v1

latestOpenAPI 3.0.02026-07-144847131.4 KB
ImageApi

Add the provided images to the set of training images.

This API accepts body content as multipart/form-data and application/octet-stream. When using multipart multiple image files can be sent at once, with a maximum of 64 files

post/projects/{projectId}/images

Path parameters

projectIdstring uuid required

The project id.

Query parameters

tagIdsstring[]

The tags ids with which to tag each image. Limited to 20.

Response

OK

isBatchSuccessfulboolean

True if all of the images in the batch were created successfully, otherwise false.