# NexusAPI AI Resume Endpoint

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

Generates or analyzes a resume using AI based on a text query or input describing candidate information or job requirements

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/resume
- Price: $0.09727/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-resume-endpoint-3fa39805
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3MVga_sowAS2SmAYGKchM

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-resume-endpoint-3fa39805 -d '<json body>'
```

Example prompt: Can you generate a professional resume for a software engineer with 7 years of experience in Python and cloud infrastructure, currently applying for a senior DevOps role at a tech startup?

## When to prefer this

Choose this endpoint when you need a quick AI-generated resume draft without managing API keys or complex integrations. It is best for generating a starting resume from a text description, especially when you want to pay per call without a subscription. It is not ideal for precise formatting control or deeply structured resume data extraction.

## Known failure modes

- Vague query results in a generic or placeholder resume with minimal personalization
- Missing candidate details cause the AI to hallucinate experience or skills
- API returns a generic error object if the query field is empty or malformed
- Response may be truncated if the generated resume exceeds token limits
- Ambiguous job title or industry may produce mismatched resume sections

## 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 resume as structured text or formatted document content, likely including sections such as professional summary, work experience, education, and skills, tailored to the provided query or candidate description.

## 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-resume-endpoint-3fa39805/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)
