# PrimeAPI Cover Letter Generator

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

Generates a tailored cover letter based on job description and applicant background provided as input

## Facts

- Endpoint: POST https://prime-api-seven.vercel.app/api/ai/cover-letter
- Price: $0.173236/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/primeapi-cover-letter-generator-1df92498
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2R0tD-0_m3oM9OKqACksr

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 primeapi-cover-letter-generator-1df92498 -d '<json body>'
```

Example prompt: Write me a professional cover letter for a senior software engineer position at Stripe — I have 7 years of backend experience in Python and distributed systems, and I want to emphasize my open-source contributions and passion for fintech.

## When to prefer this

Choose this endpoint when an agent needs to generate a job-specific cover letter on demand without managing API keys, paying per call in USDC via x402 on Base. Useful for career assistant agents, job application automation workflows, or resume tools that need a quick AI-written cover letter without a long-term API subscription.

## Known failure modes

- Empty or vague query yields a generic, non-personalized cover letter
- Missing job title or company name results in placeholder-filled output
- Overly long input may be truncated or produce incomplete output
- Service returns 402 if payment in USDC on Base is not provided
- Generic API error response if the backend AI model is unavailable

## 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 generated cover letter as text, tailored to the provided job role, company, and applicant background details supplied in the query string.

## 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/primeapi-cover-letter-generator-1df92498/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prime-api-seven.vercel.app](https://www.zero.xyz/host/prime-api-seven.vercel.app/llms.txt)
