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.
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
}
}