# WhatChuNeed Resume Jobs API

> WhatChuNeed Resume Jobs API 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-14).

Processes job and resume-related requests such as matching, parsing, or analysis via a pay-per-call AI-powered endpoint

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/jobs/resume
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-resume-jobs-api-8ee90a2f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x4D5IiAqHzOoDNvf6XQM6

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-resume-jobs-api-8ee90a2f -d '<json body>'
```

Example prompt: Can you analyze this resume text and tell me which job roles it's best suited for, along with any key skills or gaps you notice: [resume text here]?

## When to prefer this

Choose this endpoint when you need a pay-per-call, no-subscription approach to resume parsing, job matching, or career analysis. It is suitable for lightweight agent workflows that occasionally need to process resumes or job descriptions without committing to a dedicated ATS or recruiting platform integration.

## Known failure modes

- Empty or malformed input string returns an error status
- Resume text too long may exceed processing limits
- Ambiguous or non-resume input may yield low-quality or irrelevant results
- Payment failure via x402 protocol results in 402 response before processing
- Service downtime on Vercel infrastructure may return 5xx errors

## 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 result object containing processed job/resume data such as matched roles, extracted skills, fit scores, or structured candidate information, along with a status field indicating success or failure.

## 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-resume-jobs-api-8ee90a2f/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)
