Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.avidoai.com/v0/tasks/template \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --header 'x-application-id: <api-key>' \ --data ' { "title": "<string>" } '
{ "data": { "count": 0 } }
Installs a predefined task template, creating tasks, topics, and eval definitions.
Your unique Avido API key
Your unique Avido Application ID
The title of the task template to install
Template installed successfully
Show child attributes