curl --request POST \
--url https://api.avidoai.com/v0/tasks/trigger \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--data '
{
"taskIds": [
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001"
]
}
'{
"message": "Resource not found"
}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>' \
--header 'x-application-id: <api-key>' \
--data '
{
"taskIds": [
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001"
]
}
'{
"message": "Resource not found"
}Your unique Avido API key
Your unique Avido Application ID
Request body for triggering a task
Array of task IDs to trigger
1[
"123e4567-e89b-12d3-a456-426614174000",
"223e4567-e89b-12d3-a456-426614174001"
]Successfully started test execution