# WhatChuNeed Jobs Interview API

> WhatChuNeed Jobs Interview 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).

Provides AI-powered job interview preparation, question generation, or interview simulation based on a text input describing a role or context.

## Facts

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

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-interview-api-3b506b26 -d '<json body>'
```

Example prompt: Can you generate a set of interview questions and ideal answers for a senior product manager role at a SaaS company — focus on behavioral and strategy questions?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call AI-powered interview question generation or coaching without committing to a subscription service. Ideal for agents automating HR workflows, career coaching bots, or job seekers needing rapid interview preparation via a simple text input.

## Known failure modes

- Missing or empty 'input' field returns a validation error
- Vague or insufficient context in input may produce generic or low-quality interview questions
- Payment failure via x402 protocol results in 402 response before processing
- Server errors or timeouts return non-200 status with error in the status field

## 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 AI-generated interview questions, coaching feedback, simulation dialogue, or role-specific interview preparation content based on the input text provided.

## 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-interview-api-3b506b26/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)
