# NexusAPI AI Bio Generator

> NexusAPI AI Bio Generator is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.121555/call, status unknown (last checked 2026-09-15).

Generates a professional or social media bio for a person or entity using AI based on a text query or input description.

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/bio
- Price: $0.121555/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-ai-bio-generator-de8bc0c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1O8CZUvj9l4fUSK-ZGsjY

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 nexusapi-ai-bio-generator-de8bc0c2 -d '<json body>'
```

Example prompt: Write me a professional bio for a software engineer named Alex Rivera who specializes in AI and machine learning, has 8 years of experience, and works at a startup — keep it under 150 words and suitable for a LinkedIn profile.

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call AI-generated biography without managing API keys or subscriptions. It is well-suited for agents that need to produce bios on demand for various people or entities across different tones and platforms, and where cost predictability per call matters.

## Known failure modes

- Empty or vague query may produce a generic, low-quality bio
- Very long or complex queries may result in truncated output
- No input schema enforcement means malformed requests may return errors or empty responses
- Service may be unavailable if the underlying AI provider has downtime
- Payment failure in USDC on Base will block access to the endpoint

## 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 a block of AI-generated biography text tailored to the input query, typically including a short narrative summary describing the person's background, expertise, and value proposition in the requested style or format.

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