Skip to main content
GET
/
api
/
v1
/
workflows
/
available-templates
List Available Templates
curl --request GET \
  --url https://api.example.com/api/v1/workflows/available-templates
[
  {
    "slug": "<string>",
    "title": "<string>",
    "description": "<string>",
    "template_category": "<string>",
    "node_count": 0
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

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

Response

200 - application/json

Successful Response

slug
string
required
title
string
required
description
string | null
template_category
string | null
node_count
integer
default:0