# Questflow Gloria News Data Swarm

> Questflow Gloria News Data Swarm is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.500000/call, status unknown (last checked 2026-09-15).

Fetches real-time, curated, customizable news data via an AI-powered agent swarm, supporting queries by topic, category, and sort order

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68a701d567a3c4beef361629
- Price: $0.500000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-fb179bde
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e5ehvkFBJow7nljXXWdrs

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 questflow-fb179bde -d '<json body>'
```

Example prompt: Pull me the 10 most recent technology news articles about artificial intelligence from the Gloria news platform, sorted by date.

## When to prefer this

Choose this endpoint when you need real-time, highly curated news data with flexible filtering by topic, category, and sort order — especially when integrating news feeds into an agentic workflow or needing AI-summarized/curated results rather than raw RSS feeds.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment requirements and accepted asset details
- Invalid or malformed query body returns an error response
- Payment insufficient or expired causes transaction failure
- Timeout after 1200 seconds if swarm takes too long to respond
- Empty result set if no articles match the query and category combination

## How this service works

Gloria is an AI-powered data platform that provides real-time, highly curated, customizable news data. 
Agent swarm assembling by Questflow. | Powered by Questflow

## Output

Returns a structured response from the Gloria AI news swarm containing a list of news articles matching the query, filtered by category and sorted as requested, with real-time and curated data from the Gloria Data Platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "limit",
  "query",
  "sortBy",
  "category"
 ],
 "properties": {
  "limit": {
   "type": "number"
  },
  "query": {
   "type": "string"
  },
  "sortBy": {
   "type": "string"
  },
  "category": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "_x402",
  "error",
  "accepts",
  "x402Version",
  "_paymentRequired",
  "_wwwAuthenticate"
 ],
 "properties": {
  "_x402": {
   "type": "boolean"
  },
  "error": {
   "type": "string"
  },
  "accepts": {
   "type": "array",
   "items": {
    "type": "object",
    "required": [
     "asset",
     "extra",
     "payTo",
     "scheme",
     "network",
     "mimeType",
     "resource",
     "description",
     "outputSchema",
     "maxAmountRequired",
     "maxTimeoutSeconds"
    ],
    "properties": {
     "asset": {
      "type": "string"
     },
     "extra": {
      "type": "object",
      "required": [
       "name",
       "version"
      ],
      "properties": {
       "name": {
        "type": "string"
       },
       "version": {
        "type": "string"
       }
      }
     },
     "payTo": {
      "type": "string"
     },
     "scheme": {
      "type": "string"
     },
     "network": {
      "type": "string"
     },
     "mimeType": {
      "type": "string"
     },
     "resource": {
      "type": "string"
     },
     "description": {
      "type": "string"
     },
     "outputSchema": {
      "type": "object",
      "required": [
       "input",
       "output"
      ],
      "properties": {
       "input": {
        "type": "object",
        "required": [
         "type",
         "method",
         "bodyFields",
         "discoverable"
        ],
        "properties": {
         "type": {
          "type": "string"
         },
         "method": {
          "type": "string"
         },
         "bodyFields": {
          "type": "object",
          "required": [
           "input"
          ],
          "properties": {
           "input": {
            "type": "object",
            "required": [
             "type",
             "required",
             "description"
            ],
            "properties": {
             "type": {
              "type": "string"
             },
             "required": {
              "type": "boolean"
             },
             "description": {
              "type": "string"
             }
            }
           }
          }
         },
         "discoverable": {
          "type": "boolean"
         }
        }
       },
       "output": {
        "type": "object",
        "required": [
         "response"
        ],
        "properties": {
         "response": {
          "type": "object",
          "required": [
           "type",
           "required",
         
… (truncated)
```

## More

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