Upload a Vision Event Image
Upload an image for use in vision events.
Authorizations
AuthorizationstringRequired
Roboflow API key passed as a Bearer token.
Body
filestring · binaryRequired
The image file to upload.
namestringOptional
Custom name for the image.
metadatastringOptional
JSON string of custom metadata.
Responses
201
Image uploaded successfully.
application/json
successbooleanOptional
sourceIdstringOptional
Reference ID for use in event images.
urlstringOptional
Public URL of the uploaded image.
400
Missing file or invalid metadata.
application/json
403
Insufficient permissions for this resource.
application/json
post/vision-events/upload
Example Request
Request Parameters
Example Response
Last updated
Was this helpful?