# slidingbox.ai

> slidingbox.ai is a paid API for AI agents from slidingbox.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

## Facts

- Endpoint: GET https://slidingbox.ai/v1/hydrate/sb_GkwJoBt0shKRtZSUcBa0Lw4qmI7xvl4Qjr0kUuMZY_k
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v1-hydrate-sb-gkwjobt0shkrtzsucba0lw4qmi7xvl4qjr0kuumzy-k-12d6e523
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0jpDaXoNWo7E-vkTTijI8

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-hydrate-sb-gkwjobt0shkrtzsucba0lw4qmi7xvl4qjr0kuumzy-k-12d6e523
```

## 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"
    },
    "pathParams": {
     "type": "object",
     "properties": {
      "pointer": {
       "type": "string",
       "pattern": "^sb_[A-Za-z0-9_-]{43}$"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "required": [
      "ciphertext",
      "iv",
      "content_type"
     ],
     "properties": {
      "iv": {
       "type": "string",
       "format": "base64url"
      },
      "ciphertext": {
       "type": "string",
       "format": "base64url"
      },
      "content_type": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-hydrate-sb-gkwjobt0shkrtzsucba0lw4qmi7xvl4qjr0kuumzy-k-12d6e523/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from slidingbox.ai](https://www.zero.xyz/host/slidingbox.ai/llms.txt)
