Skip to main content
POST
/
v0
/
tasks
/
template
Install a task template
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
  }
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Body

application/json
title
string
required

The title of the task template to install

Response

Template installed successfully

data
object
required