Authorizations
Your unique Avido API key
Body
application/json
Request body for triggering a task
Response
Successfully started test execution
Indicates whether the task was triggered successfully
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.
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
}
Your unique Avido API key
Request body for triggering a task
Successfully started test execution
Indicates whether the task was triggered successfully