# Whatchuneed Cover Letter Generator

> Whatchuneed Cover Letter Generator is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Generates a tailored cover letter based on a provided job description, resume details, or application context.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/jobs/cover-letter
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-cover-letter-generator-e1bf5eae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F8bfHS_3H0BSqjL5DvSmI

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

Example prompt: Write me a cover letter for a senior product manager role at Stripe — I have 7 years of experience in fintech product management, led cross-functional teams, and shipped multiple payment features. The job requires strong data-driven decision making and stakeholder communication skills.

## When to prefer this

Choose this endpoint when an agent needs to generate a ready-to-use, personalized cover letter on a pay-per-call basis without managing LLM API keys or prompting infrastructure. Ideal for job application automation workflows, career assistant agents, or platforms that need one-off cover letter generation without subscription overhead.

## Known failure modes

- Missing or empty input string returns a validation error
- Vague input without job context may produce a generic, non-tailored cover letter
- Payment failure via x402 protocol results in 402 response and no content generation
- Server-side LLM errors may return a 500 status with an empty or partial result object

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a generated cover letter as text, typically formatted as a professional multi-paragraph letter tailored to the provided job and applicant context, wrapped in a result object with a status field.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-cover-letter-generator-e1bf5eae/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
