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 '
{
"applicationId": "<string>",
"title": "<string>"
}
'{
"data": {
"count": 123
}
}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 '
{
"applicationId": "<string>",
"title": "<string>"
}
'{
"data": {
"count": 123
}
}Your unique Avido API key
Your unique Avido Application ID