Create Detection
Create a new detection request.
This endpoint accepts a detection request and starts processing it asynchronously. The response includes the detection ID which can be used to poll for results via GET /detections/.
Note: This endpoint does not require authentication to support the Execution Flow test input feature.
POST
Create Detection
Body
application/json
Last modified on April 21, 2026
Previous
Get DetectionGet a detection by ID.
Returns the current status and results of a detection.
Status values:
- CREATED: Detection is queued for processing
- PROCESSING: Detection is being processed
- COMPLETED: Detection finished successfully
- ERROR: Detection failed
Note: This endpoint does not require authentication to support
the Execution Flow test input feature.
Next
Create Detection