# arXiv Research Agent – Explain Service

> arXiv Research Agent – Explain Service is a paid API for AI agents from arxiv-research-agent.up.railway.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a detailed description of the arXiv Research Agent's capabilities, offerings, and how to use its services.

## Facts

- Endpoint: GET https://arxiv-research-agent.up.railway.app/explain_service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/arxiv-research-agent-explain-service-7ea2f85e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qhG2zGDq64NzfVFkicgbG

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 arxiv-research-agent-explain-service-7ea2f85e
```

Example prompt: Can you explain what the arXiv Research Agent is capable of and what kinds of research tasks it can help me with?

## When to prefer this

Use this endpoint first when you are unfamiliar with the arXiv Research Agent and want to understand its capabilities before making substantive research queries. It is the discovery/onboarding endpoint — ideal before deciding whether to call the topic search or report synthesis endpoints.

## Known failure modes

- Service unavailable on Railway deployment — returns 5xx error
- Malformed request body — returns 400 with validation error
- Payment not processed correctly via x402 — returns 402 Payment Required
- Timeout if the Railway container is cold-starting

## How this service works

Get detailed information about what the arXiv Research Agent has to offer.

## Output

A detailed explanation of the arXiv Research Agent's service offerings, including what research capabilities it provides (e.g., fetching latest publications, searching by topic, synthesizing reports with citations), how to interact with it, and what inputs it expects.

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/arxiv-research-agent-explain-service-7ea2f85e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from arxiv-research-agent.up.railway.app](https://www.zero.xyz/host/arxiv-research-agent.up.railway.app/llms.txt)
