# PrimeAPI AI Bio Generator

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

Generates an AI-written biography or bio text based on a provided query or subject input

## Facts

- Endpoint: POST https://prime-api-seven.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/primeapi-ai-bio-generator-4a560369
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HT00dN7dHlLSpHETQE6K-

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 primeapi-ai-bio-generator-4a560369 -d '<json body>'
```

Example prompt: Can you write a professional bio for Jane Smith, a software engineer with 10 years of experience in machine learning who recently joined a fintech startup?

## When to prefer this

Use this endpoint when you need to quickly auto-generate a biographical summary or profile bio for a person given minimal input, and want to pay per call without managing API keys. Best suited for lightweight bio generation tasks within a broader PrimeAPI workflow.

## Known failure modes

- Empty or vague query returns generic or poor-quality bio
- Missing query field causes 400 bad request
- Payment failure via x402 results in 402 Payment Required response
- Overly long or complex query may produce truncated output
- Rate limiting or server errors may return 5xx responses

## 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 bio text based on the provided query or subject information, typically as a structured JSON object containing the generated bio content.

## 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/primeapi-ai-bio-generator-4a560369/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
