latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

Podcast

Generate podcast ideas (public, origin-restricted)

Returns 3–8 podcast ideas. Each idea includes a podcast name, description, exactly four episode titles, and AI-estimated 0–100 scores for questionComplexity, topicalDepth, searchVolumeConversational, and contentFreshness. No JWT required, but the request must come from an allowlisted Origin (autocontentapi.com / app.autocontentapi.com / localhost) OR carry a valid X-Free-Tools-Secret header (used by the Next.js proxy). Other callers receive 403. Limits: 2 requests per IP per 24h, 30 total per 24h, 2 concurrent per IP.

post/podcast/ideas

Request body

topicstring nullable

Optional topic to tailor podcast ideas. If omitted or null, the AI will propose topics.

Example request

{
  "topic": "AI in healthcare"
}

Response

Structured list of podcast ideas

successboolean
requestIdstring

Example response

{
  "success": true
}