# Questflow Tech News Intelligence Agent

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

Searches and retrieves tech industry news covering startups, AI, venture capital, mobile apps, security, and Silicon Valley using a paid AI agent

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:687df7b7b234010b7d331ba0
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-f0469998
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kVF_udeH9eh7xtiuqEIjU

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

Example prompt: Search for the latest AI startup funding news in the venture capital category and return the top 10 results.

## When to prefer this

Use this endpoint when you need curated, AI-synthesized tech news specifically covering startups, venture capital funding rounds, AI developments, mobile apps, or cybersecurity — especially when you want a natural language summary rather than raw article feeds. Prefer this over generic web search when the user's intent is clearly in the tech/startup/VC domain and a structured, category-filtered response is desired.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment requirement details
- Invalid or malformed JSON input body returns an error
- Empty or vague query may return low-relevance results
- Category not recognized may default to general tech news
- Payment failure or insufficient funds blocks the request

## How this service works

Reporting on the business of technology, startups, venture capital funding, and Silicon Valley, especially good at mobile apps news, security news, ai news, venture news, startup news. | Powered by Questflow

## Output

A text response summarizing relevant tech news articles matching the query, covering categories such as AI, startups, venture capital, mobile apps, or security — sourced and synthesized by the Questflow agent.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-f0469998/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)
