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>' \
  --data '{
  "applicationId": "<string>",
  "title": "<string>"
}'
{
  "data": {
    "count": 123
  }
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

Body

application/json
applicationId
string
required

The ID of the application to install the template into

title
string
required

The title of the task template to install

Response

Template installed successfully

data
object
required
I