Authentication, input and response
IMG
POST
https://api.altum.ai/labelling/img
This endpoint allows you to upload an image for labeling.
Headers
Name
Type
Description
x-api-key*
string
Unique API Key from Altum. Create one via Mopsus (https://mopsus.altum.ai)
Content-Type
string
multipath/form-data
Request Body
Name
Type
Description
image*
object
The image to be sent in the request must be uploaded as a multipath/form-data type.
URL
POST
https://api.altum.ai/labelling/url
Instead of uploading the image file, this endpoint allows you to rather send the public URL of the image you want labelled.
Headers
Name
Type
Description
Content-Type
string
application/json
x-api-key*
string
API Key from Altum. Create one via Mopsus(https://mopsus.altum.ai)
Request Body
Name
Type
Description
url*
string
The public URL of the image you wish to send int he request
Request body
Example request
Last updated