Skip to main content
GET
/
v0
/
tasks
/
template
List installed task templates
curl --request GET \
  --url https://api.avidoai.com/v0/tasks/template \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>'
{
  "data": {
    "installed": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Response

Installed template titles

data
object
required