cURL
curl --request POST \ --url https://api.avidoai.com/v0/tasks/template \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "applicationId": "<string>", "title": "<string>" }'
{ "data": { "count": 123 } }
Installs a predefined task template, creating tasks, topics, and eval definitions.
Your unique Avido API key
The ID of the application to install the template into
The title of the task template to install
Template installed successfully
Show child attributes