# CareerPulse Wage Demand Letter Generator

> CareerPulse Wage Demand Letter Generator is a paid API for AI agents from careerpulse-steel.vercel.app, paid per call via x402, $2/call, status unknown (last checked 2026-09-16).

Generates citation-locked wage demand letters for unpaid overtime, minimum wage violations, or final paycheck claims under US FLSA, UK ERA 1996, or Ontario ESA, with damages and statutory penalties computed from the worker's own records.

## Facts

- Endpoint: GET https://careerpulse-steel.vercel.app/api/career/wage-letter
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/careerpulse-wage-demand-letter-generator-e94624fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C1T9JNfnmRhmpQlTIskJg

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 careerpulse-wage-demand-letter-generator-e94624fb
```

Example prompt: Draft a citation-locked wage demand letter for me — I'm in California and my employer owes me 120 hours of unpaid overtime at $18/hour over the past 6 months, and I also never received my final paycheck of $2,400; include FLSA and California Labor Code penalties and check whether I'm still within the limitation window.

## When to prefer this

Choose this endpoint when a worker needs a legally grounded, citation-bearing demand letter for wage violations in the US (FLSA plus state statutes), UK (ERA 1996 with ACAS route), or Ontario (ESA) — particularly when statutory penalty calculations and limitation period checks are required. Prefer it over a generic document-generation endpoint because it automatically computes damages exposure, cites the correct statutes, and gives honest guidance if the claim window has expired.

## Known failure modes

- Limitation window expired — letter returns honest-no with explanation rather than a misleading demand
- Insufficient wage/hours records provided to compute damages accurately
- Jurisdiction not supported beyond US FLSA + state statutes, UK ERA 1996, and Ontario ESA
- Ambiguous employment classification (employee vs contractor) may require clarification before generating
- Missing final paycheck amount or dates may result in incomplete damages computation

## How this service works

Citation-locked wage demand letter — unpaid overtime/minimum-wage/final-paycheck (FLSA + state penalty statutes, damages exposure computed) or UK deduction letter-before-claim (ERA 1996 + ACAS route + tribunal deadline), or Ontario ESA claim pack. Amounts framed on the worker's own records; honest-no on expired limitation windows.

## Output

A formatted, citation-locked demand letter referencing the applicable statute (FLSA, state law, UK ERA 1996, or Ontario ESA), computed damages exposure including statutory penalties and liquidated damages, a check on whether the limitation window is still open with an honest note if it has expired, and where applicable the ACAS pre-claim route and tribunal deadline or Ontario ESA filing path.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "check"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Letter language (default English)"
  },
  "check": {
   "type": "string",
   "description": "overtime | min_wage | final_pay | uk_deduction"
  },
  "hourly_rate": {
   "type": "string",
   "description": "As in the check"
  },
  "worker_name": {
   "type": "string",
   "description": "Your name (placeholder if omitted)"
  },
  "jurisdiction": {
   "type": "string",
   "description": "As in the check"
  },
  "weekly_hours": {
   "type": "string",
   "description": "As in the check"
  },
  "employer_name": {
   "type": "string",
   "description": "Employer name for the letter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

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