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.

One membership

Everything included. One price.

Start free to find your niche. When you are ready to own it, there is exactly one membership: Niche King, the full system, with live coaching calls and the Mastermind community included.

Everything included · One membership

The Niche King Mastermind

Find your niche, decode your competition, and generate every video yourself, with 2 live calls a week when you want help. One membership. Everything included.

  • Your niche, your plan, your videos to make, and your niche's data patternsINCLUDED
  • We decode the top 500 videos in your nicheINCLUDED
  • All 12 AI tools: titles, thumbnails, scripts, descriptions, hooksUNLIMITED
  • Loads into Claude, ChatGPT, the AI you already useUNLIMITED
  • 2 live coaching calls a week, bring your questionsLIVE
  • The Mastermind community of serious creatorsINCLUDED
  • Step-by-step training, start to finishINCLUDED
$10,000+ in value · one full year
$4,970$5,910once · full year
SAVE $940 · 16% OFF vs paying in 3
Pay once. Everything on the left, for a full year.
Prefer to split it?
3 × $1,970
Founding bonus · first 40 members
The Niche Hot Seat: Jeremy reviews your channel and your Niche Declaration live on a members call. You leave knowing your next 90 days of videos.
Join the Mastermind · $4,970 →Or 3 payments of $1,970 →
The YouTube Growth Promise: post weekly from your plan, and if your channel is not growing when your year ends, you keep your access free until it is.
Not ready? Find your niche free first →

Niche King is a strategy and AI content tools platform. We do not film, edit, or upload videos on your behalf.

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