# NexusAPI AI Joke Generator

> NexusAPI AI Joke Generator is a paid API for AI agents from nexus-api-peach-nine.vercel.app, paid per call via x402, $0.189536/call, status unknown (last checked 2026-09-15).

Generates a joke using AI based on a text query or topic input

## Facts

- Endpoint: POST https://nexus-api-peach-nine.vercel.app/api/ai/joke
- Price: $0.189536/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-ai-joke-generator-9a82f1b4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v69uPyz_KSj2NTjzTMmRa

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 nexusapi-ai-joke-generator-9a82f1b4 -d '<json body>'
```

Example prompt: Tell me a funny joke about software developers — something clever with a good punchline.

## When to prefer this

Use this endpoint when an AI agent needs to entertain a user with a topical joke, generate humor content for a specific subject, or add a comedic element to a response. Suitable for chatbots, entertainment apps, or any scenario requiring on-demand joke generation.

## Known failure modes

- Empty or missing query returns a generic or error response
- Offensive topic queries may be filtered or return an unexpected response
- Service unavailable if payment fails or USDC balance is insufficient
- Vague queries may produce tangentially related or low-quality jokes

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns an AI-generated joke relevant to the input query or topic, typically including a setup and punchline or a short humorous response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nexusapi-ai-joke-generator-9a82f1b4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-peach-nine.vercel.app](https://www.zero.xyz/host/nexus-api-peach-nine.vercel.app/llms.txt)
