# fastapi.online Elevator Pitch Generator

> fastapi.online Elevator Pitch Generator is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.0015/call, status unknown (last checked 2026-09-15).

Generates a concise, compelling elevator pitch for a given business idea using self-hosted AI inference.

## Facts

- Endpoint: POST https://api.fastapi.online/elevator-pitch-generate
- Price: $0.0015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-elevator-pitch-generator-8bf693db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_33uhdsZpyngSNDAHuGSug

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability fastapi-online-elevator-pitch-generator-8bf693db -d '<json body>'
```

Example prompt: Can you write a punchy elevator pitch for my business idea — it's an AI-powered meal planning app that helps busy families reduce food waste and save money on groceries?

## When to prefer this

Choose this endpoint when you need a quick, AI-generated elevator pitch from a raw business idea description, especially in no-signup pay-per-call scenarios using crypto. Prefer this over general-purpose chat completions when you want a purpose-built pitch generator without managing prompts yourself.

## Known failure modes

- Empty or missing business_idea field returns a validation error
- business_idea exceeding 2000 characters is rejected
- Payment not provided or insufficient USDC triggers a 402 Payment Required response
- Model inference timeout may return a 5xx error under load
- Vague or incoherent business idea may produce a generic or low-quality pitch

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

A short, persuasive elevator pitch (typically 2-5 sentences or a short paragraph) that distills the submitted business idea into a compelling, investor- or audience-ready summary.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "business_idea": {
   "type": "string",
   "maxLength": 2000,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-elevator-pitch-generator-8bf693db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
