Submit a QA test run
Submit an async QA test run. Returns immediately with a run ID. Poll GET /v1/runs/{id} for status, or provide a webhookUrl to receive a callback on completion.
Authentication
AuthorizationBearer
API key authentication using Bearer token format
Request
This endpoint expects an object.
prompt
Testing prompt describing what feature to test
webhookUrl
Optional URL to receive a POST callback when the run completes
Response
Run queued successfully
id
Unique run identifier
status
Initial status
Allowed values:
createdAt
When the run was created
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error

