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 Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/project//model//upload-image' \
--form'image=@""'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.