Skip to main content
POST
/
v0
/
tasks
/
trigger
Run 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 '{
  "taskId": "456e4567-e89b-12d3-a456-426614174000"
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json

Request body for triggering a task

taskId
string<uuid>
required

ID of the task to run

Example:

"456e4567-e89b-12d3-a456-426614174000"

Response

Successfully started test execution