# Cluster Protocol - Liberation Engine for Internet Capital Market

> Cluster Protocol - Liberation Engine for Internet Capital Market is a paid API for AI agents from api.clusterprotocol.ai, paid per call via x402, $0.0005/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://api.clusterprotocol.ai/v1/embeddings
- Price: $0.0005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v1-embeddings-a7988e01
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v0Dhs-nMUBZhdhO1jvdb4

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-embeddings-a7988e01 -d '<json body>'
```

## How this service works

Liberation Engine for Internet Capital Market

## Request schema (JSON Schema)

```json
{
 "input": {
  "type": "object",
  "required": [
   "model",
   "input"
  ],
  "properties": {
   "model": {
    "type": "string",
    "description": "Embedding model slug"
   },
   "input": {
    "type": "string",
    "description": "Text or array of texts to embed"
   }
  }
 },
 "output": {
  "type": "object",
  "properties": {
   "object": {
    "type": "string"
   },
   "data": {
    "type": "array",
    "items": {
     "type": "object",
     "properties": {
      "embedding": {
       "type": "array",
       "items": {
        "type": "number"
       }
      },
      "index": {
       "type": "integer"
      }
     }
    }
   },
   "model": {
    "type": "string"
   },
   "usage": {
    "type": "object",
    "properties": {
     "prompt_tokens": {
      "type": "integer"
     },
     "total_tokens": {
      "type": "integer"
     }
    }
   }
  }
 },
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "POST"
     ]
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-embeddings-a7988e01/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.clusterprotocol.ai](https://www.zero.xyz/host/api.clusterprotocol.ai/llms.txt)
