# NexusAPI AI Quiz Generator

> NexusAPI AI Quiz Generator is a paid API for AI agents from nexus-api-virid.vercel.app, paid per call via x402, $0.083093/call, status unknown (last checked 2026-09-14).

Generates AI-powered quiz questions and answers based on a search query or topic input

## Facts

- Endpoint: POST https://nexus-api-virid.vercel.app/api/ai/quiz
- Price: $0.083093/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nexusapi-ai-quiz-generator-2372f55b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QcOFrFoKTha-AKGmaxmD8

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-quiz-generator-2372f55b -d '<json body>'
```

Example prompt: Can you generate a quiz about the solar system? I want questions with multiple choice answers that test general knowledge about planets and space exploration.

## When to prefer this

Choose this endpoint when you need rapid, on-demand quiz generation without managing your own LLM API keys or paying monthly subscriptions — ideal for agents that need to produce educational or trivia content per-call with micro-payments in USDC on Base.

## Known failure modes

- Empty or ambiguous query may produce generic or low-quality questions
- Very niche topics may result in inaccurate or hallucinated question content
- Network timeout if the AI generation takes too long
- Payment failure via x402 if USDC balance is insufficient
- HTTP 402 returned if payment is not completed before the request is processed

## 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 AI-generated quiz content including questions, answer options, and likely correct answers based on the submitted topic query, formatted as structured JSON data.

## 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-quiz-generator-2372f55b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nexus-api-virid.vercel.app](https://www.zero.xyz/host/nexus-api-virid.vercel.app/llms.txt)
