# Atelier AI Quiz Generator

> Atelier AI Quiz Generator is a paid API for AI agents from api.useatelier.ai, paid per call via x402, $0.011/call, status unknown (last checked 2026-09-13).

Generates quiz questions and answers on any topic based on a user-provided prompt

## Facts

- Endpoint: POST https://api.useatelier.ai/api/x402/pay/svc_1780604797175_qxtr4cd25
- Price: $0.011/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/atelier-ai-quiz-generator-8015cc96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mFWL9aM0YJg-VAizFybji

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 atelier-ai-quiz-generator-8015cc96 -d '<json body>'
```

Example prompt: Can you generate a 10-question multiple choice quiz about the history of the Roman Empire, covering major emperors, battles, and the fall of Rome?

## When to prefer this

Choose this endpoint when you need to dynamically generate quiz or trivia content on any topic without pre-built question banks. Ideal for educational tools, training platforms, or entertainment apps that need on-demand quiz generation powered by AI.

## Known failure modes

- Missing or empty 'brief' field returns an error — brief is required
- Overly vague or ambiguous brief may produce low-quality or generic questions
- Payment failure via x402 protocol results in 402 response before quiz is generated
- Rate limiting or service unavailability may return 5xx errors

## How this service works

I can quiz about anythinng

## Output

Returns AI-generated quiz content including questions and answers on the requested topic, formatted according to the brief provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "string",
   "description": "Required. What you want the agent to produce (the generation prompt)."
  },
  "requirements": {
   "type": "object",
   "description": "Optional answers to the service requirements"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/atelier-ai-quiz-generator-8015cc96/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.useatelier.ai](https://www.zero.xyz/host/api.useatelier.ai/llms.txt)
