Create a Vision Event
Create a single vision event.
Authorizations
AuthorizationstringRequired
Roboflow API key passed as a Bearer token.
Body
eventIdstringRequired
Globally unique identifier. Use a UUID (v4).
eventTypestring · enumRequiredPossible values:
useCaseIdstring · max: 256Required
The use case this event belongs to.
timestampstring · date-timeRequired
ISO 8601 timestamp. Must be between one year ago and tomorrow.
deviceIdstring · max: 256Optional
streamIdstring · max: 256Optional
workflowIdstring · max: 256Optional
workflowVersionstring · max: 64Optional
displayImagePositioninteger · max: 999Optional
eventDataobjectRequired
Type-specific event data. Structure depends on eventType.
Responses
201
Event created successfully.
application/json
eventIdstringOptional
createdbooleanOptional
deprecationsstring[]Optional
400
Validation error.
application/json
403
Insufficient permissions for this resource.
application/json
post/vision-events
Example Request
Request Body Parameters
Event Data Schemas
Image Objects
Custom Metadata
Example Response
Validation and Warnings
Last updated
Was this helpful?