cURL
curl --request POST \ --url https://api.avidoai.com/v0/tasks/trigger \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "taskId": "456e4567-e89b-12d3-a456-426614174000" }'
{ "success": true }
Triggers the execution of a task.
Your unique Avido API key
Request body for triggering a task
Successfully started test execution
Indicates whether the task was triggered successfully