v9
latestSwagger 2.02026-07-135252167.7 KBImageApi
Add the provided images urls to the set of training images.
This API accepts a batch of urls, and optionally tags, to create images. There is a limit of 64 images and 20 tags. If all images are successful created, 200(OK) status code will be returned. Otherwise, 207 (Multi-Status) status code will be returned and detail status for each image will be listed in the response payload.
post/projects/{projectId}/images/urls
Path parameters
projectIdstring uuid required
The project id.
Request body
Response
OK
Example response
{
"images": [
{
"image": {
"id": "00000000-0000-0000-0000-000000000000"
}
}
]
}