You can use this endpoint to upload training images for a category (for the specified model) by image urls. You can upload multiple images in the same request by adding an array of urls. You will receive model information along with total number of images per category on successful execution.

Log in to see full request history
Path Params
string
required
Body Params
data
array of objects
required
data*
urls
array of strings
required
urls*
Headers
string
required
Responses

206

Request partially successful. One or more urls might not be correct or got no response

400

Category not valid for model. Check if this model has the category used in the request

OR

Urls missing. Check if you have included an array of image urls

404

Model does not exists. Check if the model id exists

Language
Credentials
:
Request