# whatchuneed Jobs Match API

> whatchuneed Jobs Match 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-15).

Matches a natural language job or task request to the most relevant API endpoint from a catalog of 320+ pay-per-call services

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/jobs/match
- 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-jobs-match-api-fdb9714a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vx0v96oEymLHs8xMMCHDS

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-jobs-match-api-fdb9714a -d '<json body>'
```

Example prompt: I need to find a hotel in Barcelona for next week — can you match my request to the right service in your catalog and get me the results?

## When to prefer this

Use this endpoint when you have a natural language task and want whatchuneed's catalog to automatically route it to the best available pay-per-call service. Ideal when you don't know which specific sub-endpoint to call, or when you want a single unified interface to access 320+ heterogeneous services across domains like accommodation, LLM, crypto, medical, and finance via the x402 protocol.

## Known failure modes

- Ambiguous input string may match the wrong endpoint or fail to match any endpoint
- Generic or vague task descriptions may return low-confidence matches
- Upstream matched service may be unavailable, causing cascading failure
- Payment of $0.20 USDC required per call; insufficient funds cause rejection
- Response schema is loosely typed — result object structure varies widely by matched service

## 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 the matched endpoint's response data (format varies by matched service) and a status string indicating success or failure of the routing and execution.

## 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-jobs-match-api-fdb9714a/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)
