Upload an image file related to a project or annotation, returning a publicly accessible URL or a storage path for use in the project or annotation context.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
Body Params multipart/form-data
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/project//model//upload-image' \
--header'Authorization: Bearer <token>' \
--form'image=@""'