Fake TED Talk
The Fake TED Talk API generates one talk per call. Includes a title ("How My Houseplant Taught Me Leadership"), a three-bullet outline of the journey, an applause line, an audience reaction, an estimated runtime, and a view count. The talk does not exist. The buzz is real.
Try It — No Seriously
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-ted-talk/generate"
import requests
response = requests.get("https://api.stupidapis.com/fake-ted-talk/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-ted-talk/generate");
const data = await response.json();
console.log(data);
Response Schema
| Field | Type | Description |
|---|---|---|
title |
string |
The talk title |
outline |
string[] |
Three bullets |
applause_line |
string |
The closer |
audience_reaction |
string |
How the room responded |
duration_minutes |
number |
Runtime |
views_estimate |
string |
Approximate views |
Example Response
{
"title": "How My Houseplant Taught Me Leadership",
"outline": [
"I tried it for thirty days",
"My team thought I had lost it",
"A small moment changed everything"
],
"applause_line": "\"β¦and that is when I knew the houseplant had been right all along.\"",
"audience_reaction": "standing ovation, mostly the front row",
"duration_minutes": 14,
"views_estimate": "237K"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidapis.com/fake-ted-talk/mcp
POST https://api.stupidapis.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.