# NexusAPI Cover Letter Generator

> NexusAPI Cover Letter Generator is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.173236/call, status unknown (last checked 2026-09-14).

Generates a tailored cover letter based on a provided job description, resume, or query input

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/ai/cover-letter
- Price: $0.173236/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-cover-letter-generator-0e0d5855
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X0n5KHWWwL7LBtwT18FZe

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-cover-letter-generator-0e0d5855 -d '<json body>'
```

Example prompt: Write me a professional cover letter for a senior product manager role at a fintech startup — I have 6 years of experience in SaaS product management and I'm applying because I want to lead cross-functional teams building payment products.

## When to prefer this

Choose this endpoint when an agent needs to programmatically generate a cover letter on behalf of a user without managing API keys, paying per call in USDC on Base via x402 protocol. Ideal for job application automation workflows where a custom letter is needed from minimal input.

## Known failure modes

- Vague or empty query string returns a generic or nonsensical cover letter
- Missing job-specific details result in overly generic output
- Payment failure (402) if USDC balance is insufficient on Base
- Rate limiting or server errors from the Vercel deployment
- Malformed request body returns 400 or an error response

## How this service works

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

## Output

A generated cover letter as text, tailored to the provided job description or query input, ready to use in a job application.

## 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-cover-letter-generator-0e0d5855/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
