Advanced Event Understanding
Introduction
Key Features
Authentication
API Endpoints
Handle multipart form data containing metadata and images, process them, and return a response with filtering report and task ID for advanced understanding.
Authorizations
x-api-keystringRequired
Header parameters
x-api-keystringRequired
Traces API key
Body
metadatastring · jsonOptional
JSON string containing event metadata
image_0string · binaryOptional
image_1string · binaryOptional
image_2string · binaryOptional
image_3string · binaryOptional
image_4string · binaryOptional
Responses
200
Successful response
application/json
400
Bad request (invalid input)
500
Internal server error
post
/event/processRetrieve the advanced understanding results for a previously processed event.
Authorizations
x-api-keystringRequired
Query parameters
task_idstringRequired
The task ID returned from the process event endpoint
Header parameters
x-api-keystringRequired
Traces API key
Responses
200
Successful response
application/json
400
Bad request (invalid input)
404
Task not found
500
Internal server error
get
/event/advanced_understandingExamples

Advanced Features
Last updated