# x402-portfolio.x402iom.workers.dev

> x402-portfolio.x402iom.workers.dev is a paid API for AI agents from x402-portfolio.x402iom.workers.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://x402-portfolio.x402iom.workers.dev/parse/robots
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/parse-robots-fc60db86
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2TQu4hsjT31LH-m3GmixW

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 parse-robots-fc60db86 -d '<json body>'
```

## 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": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Public HTTP(S) site origin or URL"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/parse-robots-fc60db86/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-portfolio.x402iom.workers.dev](https://www.zero.xyz/host/x402-portfolio.x402iom.workers.dev/llms.txt)
