# CareerPulse Wage Demand Letter Generator

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

Generates a citation-locked wage demand letter (unpaid overtime, minimum wage, final paycheck) for US (FLSA + state statutes), UK (ERA 1996 + ACAS), or Ontario (ESA) claims, with computed damages exposure and honest limitation-window assessment.

## Facts

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

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-e91c15ef
```

Example prompt: Draft me a citation-locked demand letter for $4,200 in unpaid overtime — I worked 55 hours/week for 6 months at $18/hr for Apex Logistics in California, and they never paid me the FLSA 1.5x rate or the daily OT; include the penalty exposure and check whether the limitation window is still open.

## When to prefer this

Use this endpoint when a worker or agent needs a ready-to-send, citation-accurate wage demand letter with computed damages for unpaid overtime, minimum wage shortfalls, or final paycheck violations across US federal/state, UK, or Ontario jurisdictions — especially when statutory penalty exposure and limitation-window honesty are required. Prefer over generic legal-text generators when jurisdiction-specific statute citations and damage calculations must be correct and defensible.

## Known failure modes

- Expired limitation window — letter honestly flags that the claim period has lapsed and declines to generate a misleading demand
- Insufficient pay records provided — cannot compute damages without wage rate and hours worked
- Unsupported jurisdiction — only US (FLSA + CA/AK/NV/TX etc.), UK (ERA 1996), and Ontario (ESA) are supported
- Missing employer details — letter cannot be properly addressed without employer name and jurisdiction

## 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 fully drafted wage demand letter with jurisdiction-specific statutory citations (FLSA + applicable state law, ERA 1996, or Ontario ESA), a computed damages and penalty exposure breakdown, an honest assessment of whether the limitation period is still open, and the appropriate pre-claim procedure (e.g., ACAS route and tribunal deadline for UK).

## 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-e91c15ef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from careerpulse.theaslangroupllc.com](https://www.zero.xyz/host/careerpulse.theaslangroupllc.com/llms.txt)
