# 1cent.maxzoa.ru

> 1cent.maxzoa.ru is a paid API for AI agents from 1cent.maxzoa.ru, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: POST https://1cent.maxzoa.ru/v1/url/markdown
- 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/v1-url-markdown-2bd80bc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mmYtSdU9u5tDZNEZbXj87

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 v1-url-markdown-2bd80bc4 -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",
     "title": "ToolRequest",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "title": "Url",
       "examples": [
        "https://example.com"
       ],
       "maxLength": 2048,
       "minLength": 1,
       "description": "Public HTTP or HTTPS URL to inspect."
      },
      "fresh": {
       "type": "boolean",
       "title": "Fresh",
       "default": false
      }
     },
     "description": "Strict common input for bounded projections.",
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "title": "ToolResponse",
     "required": [
      "request_id",
      "tool",
      "url_requested",
      "url_final",
      "data",
      "content_hash",
      "from_cache",
      "checked_at"
     ],
     "properties": {
      "data": {
       "type": "object",
       "title": "Data",
       "additionalProperties": true
      },
      "tool": {
       "type": "string",
       "title": "Tool"
      },
      "quality": {
       "type": "object",
       "title": "ResultQuality",
       "properties": {
        "warnings": {
         "type": "array",
         "items": {
          "type": "string"
         },
         "title": "Warnings"
        },
        "cache_hit": {
         "type": "boolean",
         "title": "Cache Hit",
         "default": false
        },
        "truncated": {
         "type": "boolean",
         "title": "Truncated",
         "default": false
        },
        "network_ms": {
         "type": "integer",
         "title": "Network Ms",
         "default": 0,
         "minimum": 0
        },
        "completeness": {
         "type": "number",
         "title": "Completeness",
         "default": 1,
      
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-url-markdown-2bd80bc4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 1cent.maxzoa.ru](https://www.zero.xyz/host/1cent.maxzoa.ru/llms.txt)
