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.
No separate API pricing. Subscribe to any plan, generate your API key, and connect instantly.
AI YouTube Strategist
Annual: $1,970/yr — save $394
Group Coaching
Annual: $4,970/yr — save $994
Everything in Strategist, plus:
The Inner Circle
Annual: $14,970/yr — save $2,994
Everything in Group Coaching, plus:
All plans include full MCP Server + REST API access. Up to 5 API keys per account. Cancel anytime.
Receive real-time events from Niche King when content is generated, research completes, or videos move through the pipeline.
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.
Register the Make webhook URL with your Niche King API key:
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"]
}'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.
Call the Niche King API from any Make scenario to generate content on demand.
In your scenario, add the "HTTP" module and select "Make a request".
Set up the module with these fields:
https://app.nicheking.video/api/v1/generate/titles
POST
Authorization: Bearer sk-nk-your-key
Content-Type: application/json
Raw → JSON
{
"title": "{{1.data.videoTitle}}",
"type": "how-to",
"count": 10
}Replace {{1.data.videoTitle}} with mapped data from your trigger module.
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.
When any content is generated, log it to a spreadsheet and notify your team.
Every Monday, auto-generate titles and scripts for all videos scheduled that week.
When a video is committed to My Videos, create a Trello card and message your team.
When research finishes, generate titles for the top ideas and create a content brief doc.
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.
Every Niche King plan includes full API + webhook + Make access. Start building workflows today.