# WhatChuNeed Video Search

> WhatChuNeed Video Search is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Searches for videos based on a natural language query and returns relevant video results

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/search/videos
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-video-search-aba1212e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ccwBD1cyejIyJuDTH_WqV

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-video-search-aba1212e -d '<json body>'
```

Example prompt: Can you search for videos about deep sea fishing techniques and show me what comes up?

## When to prefer this

Choose this endpoint when an agent needs to discover or retrieve video content based on natural language queries and is already operating within the WhatChuNeed x402 pay-per-call ecosystem. Useful when you want video search results without managing separate API keys for YouTube or Vimeo. Best suited for scenarios where broad video discovery is needed rather than platform-specific filtering.

## Known failure modes

- Empty or vague query may return irrelevant or no results
- Network timeout if upstream video search provider is slow
- Payment failure if USDC balance is insufficient for the $0.15 per-call fee
- Upstream provider rate limiting may cause intermittent failures
- Overly broad queries may return low-relevance results

## 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 structured result object containing video search results relevant to the input query, including video metadata such as titles, URLs, descriptions, and thumbnails where available, 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-video-search-aba1212e/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)
