# feeds.bip-rep.com

> feeds.bip-rep.com is a paid API for AI agents from feeds.bip-rep.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://feeds.bip-rep.com/parse
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/parse-a0db43de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QhQ-dFc5QDFNbxrc3O2YK

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-a0db43de -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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "properties": {
      "url": {
       "type": "string",
       "description": "Public HTTP or HTTPS URL of an RSS or Atom feed"
      },
      "feed": {
       "type": "string",
       "description": "Inline feed XML content (alternative to url)"
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "link": {
       "type": "string"
      },
      "type": {
       "type": "string"
      },
      "items": {
       "type": "array",
       "items": {
        "type": "object",
        "properties": {
         "id": {
          "type": "string"
         },
         "link": {
          "type": "string"
         },
         "title": {
          "type": "string"
         },
         "summary": {
          "type": "string"
         },
         "published": {
          "type": "string"
         }
        }
       }
      },
      "title": {
       "type": "string"
      },
      "updated": {
       "type": "string"
      },
      "item_count": {
       "type": "integer"
      },
      "latency_ms": {
       "type": "integer"
      },
      "description": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/parse-a0db43de/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from feeds.bip-rep.com](https://www.zero.xyz/host/feeds.bip-rep.com/llms.txt)
