Batch Create Vision Events
Record up to 100 Vision Events in a single request to ingest many observations at once.
About
HTTP API
Create up to 100 vision events in a single request.
Authorizations
AuthorizationstringRequired
Roboflow API key passed as a Bearer token.
Body
Responses
201
Events created successfully.
application/json
createdintegerOptional
eventIdsstring[]Optional
deprecationsstring[]Optional
400
Validation error.
application/json
403
Insufficient permissions for this resource.
application/json
post/vision-events/batch
Example Request
Request Body Parameters
Example Response
Python SDK
Last updated
Was this helpful?