Skip to main content
curl https://api.usenaive.ai/v1/templates \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "templates": [
    {
      "id": "faceless-media-channel",
      "name": "Faceless Media Channel",
      "description": "Automated faceless channel production — AI finds videos to clip for short-form content and generates original shorts for your niche.",
      "category": "Media & Content",
      "icon": "video",
      "credits_per_month_estimate": "~180",
      "onboarding_questions": [
        {
          "id": "niche",
          "type": "text",
          "label": "What niche should the channel focus on?",
          "required": true
        }
      ],
      "agent_count": 2,
      "task_count": 3,
      "app_count": 1
    }
  ]
}
Returns all enabled business templates. Each template includes summary metadata, onboarding questions, and counts of agents, tasks, and apps it will create when applied.