# ApexAPI AI Bio Generator

> ApexAPI AI Bio Generator is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.15206/call, status unknown (last checked 2026-09-14).

Generates an AI-written biography or profile description based on a search query or input subject

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/ai/bio
- Price: $0.15206/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-ai-bio-generator-439780b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LBN3ppuxO1v9mhIhq6P8V

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 apexapi-ai-bio-generator-439780b4 -d '<json body>'
```

Example prompt: Can you write a professional AI-generated bio for Dr. Sarah Mitchell, a pediatric neurosurgeon and keynote speaker specializing in rare childhood epilepsies?

## When to prefer this

Use this endpoint when you need a quick, AI-generated biography or profile description and do not want to manage API keys. Ideal for agents that need to produce bios on demand for individuals, public figures, or personas, especially in workflows that already use x402 micropayment infrastructure on Base.

## Known failure modes

- Empty or vague query returns generic or low-quality bio
- Payment of $0.15206 USDC not settled results in 402 Payment Required
- Server-side AI generation timeout may return 500 error
- Malformed JSON input returns 400 Bad Request
- Query about a very obscure or fictional subject may produce hallucinated details

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns an AI-generated biography or profile description for the queried subject, typically a paragraph or more of polished, human-readable text suitable for professional or social media use.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexapi-ai-bio-generator-439780b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
