Skip to main content
curl https://api.usenaive.ai/v1/templates/faceless-media-channel \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "template": {
    "id": "faceless-media-channel",
    "name": "Faceless Media Channel",
    "description": "Automated faceless channel production...",
    "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 }
    ],
    "agents": [
      { "name": "Video Clipper", "title": "Video Clipping Specialist", "role": "employee", "persona": "You are a video clipping specialist...", "skill_slugs": ["naive-social"] },
      { "name": "Shorts Creator", "title": "Short-Form Content Creator", "role": "employee", "persona": "You are a short-form content creator...", "skill_slugs": ["naive-social"] }
    ],
    "tasks": [
      { "title": "Find trending videos in {niche} to clip...", "description": "...", "assignee_ref": "Video Clipper", "priority": 2 },
      { "title": "Create first AI-generated short for {niche}", "description": "...", "assignee_ref": "Shorts Creator", "priority": 2 }
    ],
    "apps": [
      { "app_type": "media-asset-manager", "name": "Media Asset Manager" }
    ],
    "enabled": true
  }
}
Returns the full template definition with agent blueprints, task blueprints, app definitions, and onboarding questions. Task descriptions may contain {variable} placeholders that are interpolated with questionnaire answers when the template is applied.