cURL
curl --request POST \ --url https://api.avidoai.com/v0/tasks/schedule \ --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" ], "criticality": "LOW" }'
This response does not have an example.
Your unique Avido API key
Your unique Avido Application ID
Array of task IDs to trigger
1
[ "123e4567-e89b-12d3-a456-426614174000", "223e4567-e89b-12d3-a456-426614174001" ]
LOW
MEDIUM
HIGH
Tasks scheduled