# OmniAPI AI Resume Endpoint

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

Generates or analyzes a professional resume using AI based on a text query or input data

## Facts

- Endpoint: POST https://omni-api-cyan.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/omniapi-ai-resume-endpoint-43500276
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2dIKKg3wbIMUubjMLv9Bf

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 omniapi-ai-resume-endpoint-43500276 -d '<json body>'
```

Example prompt: Can you generate a professional resume for a software engineer with 5 years of experience in Python and machine learning, including roles at two startups and a focus on AI product development?

## When to prefer this

Choose this endpoint when you need AI-generated resume content on demand, paid per call without a subscription. It is suitable for agents automating job application workflows, HR tools building resume generation features, or any scenario requiring resume creation at scale with crypto micropayment support via x402.

## Known failure modes

- Missing required 'query' field returns a 400 validation error
- Vague or insufficient query may yield a generic or low-quality resume output
- Payment failure via x402 results in a 402 Payment Required response
- Overly long input may be truncated or rejected
- Server-side AI generation errors may return a 500 response with no content

## How this service works

444 endpoints across 9+ chains. Crypto, AI, Social, Finance, Weather, Tools. Pay per call in USDC via x402 with 4 facilitators: Dexter, Meridian, FluxA, GoPlausible.

## Output

Returns AI-generated resume content, likely including structured sections such as professional summary, work experience, skills, and education, formatted as text or structured data based on the query provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Input data for the endpoint"
  },
  "query": {
   "type": "string",
   "description": "Search query or input text"
  },
  "params": {
   "type": "object",
   "description": "Additional parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/omniapi-ai-resume-endpoint-43500276/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from omni-api-cyan.vercel.app](https://www.zero.xyz/host/omni-api-cyan.vercel.app/llms.txt)
