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.

AI YouTube Strategist

$197/mo

Annual: $1,970/yr — save $394

  • Full AI tool suite (12 tools)
  • Niche research engine (500+ videos)
  • Titles, scripts, thumbnails on demand
  • Strategy reports & content calendar
  • Works in Claude, Cursor & Windsurf
  • API: 500 calls/day
Get Started — $197/mo
MOST POPULAR

Group Coaching

$497/mo

Annual: $4,970/yr — save $994

Everything in Strategist, plus:

  • 3 live group coaching calls/week
  • Hot seat audits & Q&A
  • Ask questions 24/7
  • Up to 10 channels
  • API: 2,000 calls/day
Join Group Coaching — $497/mo

The Inner Circle

$1,497/mo

Annual: $14,970/yr — save $2,994

Everything in Group Coaching, plus:

  • We build your full strategy
  • Direct message access to Jeremy
  • Annual conference in Dallas
  • Monthly performance reports
  • Accountability check-ins
  • API: 5,000 calls/day
Join Inner Circle — $1,497/mo

All plans include full MCP Server + REST API access. 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