Make
+
Niche King

Automate with Make

Build powerful automations with Make's HTTP module and Niche King's REST API. Generate content, log results, and notify your team — no custom app needed.

Make + API access is included with every plan

No separate API pricing. Subscribe to any plan, generate your API key, and connect instantly.

FOUNDERS PRICE — LOCKED FOREVER

Pro

$997$497/year

~$41/mo · billed annually · no setup fees, ever

  • Unlock your niche — AI-coached Niche Clarity profile you'll actually use
  • Build your strategy — deep niche research with 500+ videos analyzed per run
  • Know what to make — content calendar, trending topics, gap analysis
  • Make it — 12 AI tools for titles, scripts, thumbnails, descriptions & more
  • MCP + REST API — works natively in Claude, Cursor, Windsurf & Zed
  • AI Coach trained on your niche 24/7
  • API: 500 calls/day
Pay in full — $497/year

Or 3 payments of $167

Pro+

$497/mo

Annual: $4,970/yr

Everything in Pro, plus:

  • 3 live group coaching calls/week
  • Hot seat channel audits & Q&A
  • Private community
  • Ask the coaching team anything 24/7
  • Up to 5 projects (channels)
  • API: 2,000 calls/day
Join Pro+ — $497/mo

The Inner Circle

$1,497/mo

Annual: $14,970/yr

Everything in Pro+, plus:

  • We build your full strategy for you
  • Direct message access to the Niche King team
  • Monthly performance reports with coaching
  • Annual conference ticket included
  • Up to 50 projects (channels)
  • API: 5,000 calls/day
Join Inner Circle — $1,497/mo

Every plan works natively in Claude, Cursor, Windsurf, Cline, Zed & more — full REST API + MCP Server included. The most AI-native YouTube strategy platform.

Up to 5 API keys per account. Cancel anytime.

Triggers — Webhooks Module

Receive real-time events from Niche King when content is generated, research completes, or videos move through the pipeline.

1

Add a Custom Webhook module

In your Make scenario, add a new module. Search for "Webhooks" and select "Custom webhook". Click "Add" to create a new webhook and copy the URL.

2

Register with Niche King

Register the Make webhook URL with your Niche King API key:

Register webhook
curl -X POST https://app.nicheking.video/api/v1/webhooks \
  -H "Authorization: Bearer sk-nk-your-key" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://hook.us1.make.com/YOUR_HOOK_ID",
    "events": ["content.generated", "video.committed", "research.completed"]
  }'
3

Determine data structure

In Make, click "Redetermine data structure" on the webhook module. Then generate content in Niche King. Make will capture the payload and auto-map the JSON fields for downstream modules.

Actions — HTTP Module

Call the Niche King API from any Make scenario to generate content on demand.

1

Add "HTTP — Make a request" module

In your scenario, add the "HTTP" module and select "Make a request".

2

Configure the request

Set up the module with these fields:

URL

https://app.nicheking.video/api/v1/generate/titles

Method

POST

Headers

Authorization: Bearer sk-nk-your-key
Content-Type: application/json

Body type

Raw → JSON

Request body
{
  "title": "{{1.data.videoTitle}}",
  "type": "how-to",
  "count": 10
}

Replace {{1.data.videoTitle}} with mapped data from your trigger module.

3

Parse the JSON response

Check "Parse response" in the HTTP module settings. Make will automatically parse the JSON response so you can map individual fields (titles, scripts, etc.) to downstream modules like Google Sheets, Slack, or Notion.

Scenario Templates

Content Pipeline Automation

When any content is generated, log it to a spreadsheet and notify your team.

Niche King WebhookRouterGoogle Sheets (Log)Slack (Notify)

Weekly Batch Generation

Every Monday, auto-generate titles and scripts for all videos scheduled that week.

Schedule (Weekly)HTTP (Get Schedule)IteratorHTTP (Generate Titles)HTTP (Generate Script)Notion (Create Page)

Video Idea to Trello Pipeline

When a video is committed to My Videos, create a Trello card and message your team.

Niche King Webhook (video.committed)Trello (Create Card)Slack (Notify)

Research Complete → Full Brief

When research finishes, generate titles for the top ideas and create a content brief doc.

Niche King Webhook (research.completed)HTTP (Get Video Ideas)IteratorHTTP (Generate Titles)Google Docs (Create)

Also works with n8n, Pipedream, and any HTTP client

The Niche King API is a standard REST API. Any tool that can make HTTP requests can integrate — n8n, Pipedream, Retool, custom scripts, or your own backend.

Ready to Automate?

Every Niche King plan includes full API + webhook + Make access. Start building workflows today.

See PlansView All Connections