# fastapi.online — Survey Question Generator

> fastapi.online — Survey Question Generator is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Generates a specified number of survey questions on a given topic using self-hosted AI inference

## Facts

- Endpoint: POST https://api.fastapi.online/survey-question-generate
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-survey-question-generator-d3434e27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bvGZJPZsz6sB-PxN_AM-b

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 fastapi-online-survey-question-generator-d3434e27 -d '<json body>'
```

Example prompt: Can you generate 8 survey questions about employee satisfaction with remote work policies?

## When to prefer this

Choose this endpoint when you need to quickly generate a batch of survey questions on a specific topic without writing them manually. It is ideal for agents automating research workflows, form builders, or HR tools that need dynamic questionnaire generation at low cost ($0.001/call) with no signup required.

## Known failure modes

- Topic string missing or empty — validation error returned
- Count outside allowed range (1–20) — validation error
- Model inference timeout or overload — 5xx error
- Payment not received — 402 Payment Required response

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

A list of AI-generated survey questions tailored to the specified topic, with the number of questions matching the requested count (between 1 and 20).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "count": {
   "type": "integer",
   "maximum": 20,
   "minimum": 1
  },
  "topic": {
   "type": "string",
   "maxLength": 500,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-survey-question-generator-d3434e27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
