# assets.bip-rep.com

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

## Facts

- Endpoint: POST https://assets.bip-rep.com/icons/all
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/icons-all-a2c02ea7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rv7uoTq5DuPeFfbK4Ag6P

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 icons-all-a2c02ea7 -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 HTTPS URL of the source image (SSRF-protected, no redirects)"
      },
      "background": {
       "type": "string",
       "description": "Android adaptive icon background color as #RRGGBB or #RRGGBBAA (default #FFFFFF)"
      },
      "image_base64": {
       "type": "string",
       "description": "Base64-encoded source image (PNG/JPEG/WEBP, max 10 MB). Alternatively send multipart field image or 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": {
      "files": {
       "type": "array",
       "items": {
        "type": "string"
       }
      },
      "format": {
       "type": "string"
      },
      "file_count": {
       "type": "integer"
      },
      "latency_ms": {
       "type": "integer"
      },
      "size_bytes": {
       "type": "integer"
      },
      "zip_base64": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

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