# Seven ASP Research Data Worker

> Seven ASP Research Data Worker is a paid API for AI agents from x402.167-179-80-192.sslip.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Performs AI-driven research tasks and returns structured research data in multiple output formats.

## Facts

- Endpoint: POST https://x402.167-179-80-192.sslip.io/v1/research-data-worker/research
- 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/seven-asp-research-data-worker-cd2c4116
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2LhPjyNuSs1DA6cwfyyLo

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 seven-asp-research-data-worker-cd2c4116 -d '<json body>'
```

Example prompt: Can you run a research task titled 'Competitive Landscape of AI Coding Assistants' — give me a thorough description covering market share, key players, and pricing models, and return the results as a markdown report?

## When to prefer this

Choose this endpoint when you need an automated, paid research synthesis on a specific topic and want the output in a structured format (markdown, JSON, CSV, or XLSX). It is well-suited for agent workflows that require on-demand research reports without managing a full RAG pipeline. Prefer it over generic web search endpoints when you need consolidated, formatted findings rather than raw search results.

## Known failure modes

- Missing or empty title field causing malformed request
- Unsupported outputFormat enum value returning validation error
- Payment failure due to insufficient USDC balance preventing execution
- Overly broad or ambiguous description leading to low-quality or generic research output
- Timeout for very complex research tasks with many requirements
- Empty or null response body if research yields no results

## How this service works

x402-native discovery surface for seven existing products.

## Output

Returns structured research output in the requested format (markdown, JSON, CSV, or XLSX), containing synthesized findings relevant to the provided title, description, and requirements. The exact schema of the response object depends on the output format and requirements specified.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "title": {
   "type": "string"
  },
  "description": {
   "type": "string"
  },
  "outputFormat": {
   "enum": [
    "markdown",
    "json",
    "csv",
    "xlsx"
   ],
   "type": "string"
  },
  "requirements": {
   "type": "object"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seven-asp-research-data-worker-cd2c4116/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.167-179-80-192.sslip.io](https://www.zero.xyz/host/x402.167-179-80-192.sslip.io/llms.txt)
