# Flashpoint AI Survey

> Flashpoint AI Survey is a paid API for AI agents from flashpoint.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Surveys real people on-demand to gather human opinions and insights on any topic

## Facts

- Endpoint: POST https://flashpoint.ai/mcp
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/flashpoint-ai-survey-c4bfd699
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cYDLVCYn35fbhX4KfLDeQ

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 flashpoint-ai-survey-c4bfd699 -d '<json body>'
```

Example prompt: Survey real people and ask them: 'Would you pay more for eco-friendly packaging on everyday products?' and get me back their responses.

## When to prefer this

Use this endpoint when you need authentic human opinions or survey data rather than AI-generated or scraped data. Ideal for market research, product validation, public sentiment gathering, or any use case requiring real human perspectives at speed and low cost.

## Known failure modes

- Invalid or malformed question input returns 400 error
- Payment of 0.05 USDC not received results in 402 Payment Required
- Server-side timeout if survey takes too long to gather responses
- No respondents available for highly niche or restricted audience segments
- Ambiguous question format may return low-quality or irrelevant responses

## How this service works

Your agent surveys real people, anywhere.

## Output

Aggregated responses from real human survey participants including their opinions, sentiments, and answers to the posed question

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json"
     ],
     "type": "string"
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/flashpoint-ai-survey-c4bfd699/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from flashpoint.ai](https://www.zero.xyz/host/flashpoint.ai/llms.txt)
