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.

Where are you in your journey?

Pick the depth you need.

Same foundation, three depths. Read down the column that sounds like you. The tier you need will become obvious.

N

Niche King Mastermind

You are

You're ready for the Mastermind. You have a niche, you've shipped some videos, and you want real eyes on your channel every week, a peer cohort that holds the standard, and an annual event where the Mastermind meets in person.

Solo execution has a ceiling. You need cadence, hot seat audits that catch the leak, a coach you can ask the hard questions, and a cohort of serious creators pushing you harder than you push yourself.

What you get

Three live coaching calls every week with Jeremy and the team. Weekly hot seat channel audits. A peer cohort of serious creators. Annual in-person event in Dallas. 12 niche-specific AI tools, Editing Brain, MCP integration into Claude / Cursor / Windsurf / ChatGPT, AI Context File yours forever. The whole stack.

$9,997 / year
$5,997 / year
Founders Price · Save $4,000 (40% off) · locked forever · Dallas event included

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