# fastapi.online Bio Generator

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

Generates a professional bio or biography paragraph from provided facts about a person

## Facts

- Endpoint: POST https://api.fastapi.online/bio-generate
- Price: $0.001/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-bio-generator-bf7bdfdc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jnlphHWahNarpYqQmRiU0

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-bio-generator-bf7bdfdc -d '<json body>'
```

Example prompt: Using my facts — 'Sarah Chen, software engineer with 10 years at Google, Stanford CS grad, open-source contributor, based in San Francisco, loves hiking and coffee' — write me a professional bio of about 80 words.

## When to prefer this

Choose this endpoint when you need a quick, affordable, no-signup bio generation from structured facts with per-call crypto pricing. It is especially useful for agents automating profile creation workflows or content pipelines where OpenAI or similar platforms are too expensive or require account setup.

## Known failure modes

- Empty or too-short facts string may produce generic or low-quality output
- Requested length outside 10–500 word range will be rejected with a validation error
- Facts exceeding 4000 characters will be rejected
- Network timeouts if inference model is under load
- Crypto payment failure if wallet balance is insufficient

## 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 generated biography paragraph or professional bio text matching the provided facts and desired word length, returned as a string of polished, ready-to-use prose.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "facts": {
   "type": "string",
   "maxLength": 4000,
   "minLength": 1
  },
  "length": {
   "type": "integer",
   "maximum": 500,
   "minimum": 10
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-bio-generator-bf7bdfdc/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)
