# 1cent.maxzoa.ru

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

## Facts

- Endpoint: POST https://1cent.maxzoa.ru/v1/url/changed
- Price: $0.003/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-changed-27a8f5d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qy4A1hP0kSTXIRvv7rzvb

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-changed-27a8f5d8 -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": "UrlRequest",
     "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
      }
     },
     "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": "ChangedResponse",
     "required": [
      "baseline_created",
      "changed",
      "current_hash",
      "previous_hash",
      "checked_at"
     ],
     "properties": {
      "changed": {
       "anyOf": [
        {
         "type": "boolean"
        },
        {
         "type": "null"
        }
       ],
       "title": "Changed"
      },
      "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,
         "maximum": 1,
         "minimum": 0
        },
        "processing_ms": {
         "type": "integer",
         "titl
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-url-changed-27a8f5d8/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)
