# 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.006/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://api.clusterprotocol.ai/v1/audio/transcriptions
- Price: $0.006/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/v1-audio-transcriptions-9ee32915
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0BM1o67qtcD3X1lF8RJjv

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-audio-transcriptions-9ee32915 -d '<json body>'
```

## How this service works

Liberation Engine for Internet Capital Market

## Request schema (JSON Schema)

```json
{
 "input": {
  "type": "object",
  "required": [
   "file",
   "model"
  ],
  "properties": {
   "file": {
    "type": "string",
    "format": "binary",
    "description": "Audio file"
   },
   "model": {
    "type": "string",
    "description": "Transcription model (e.g. 'whisper-large-v3')"
   },
   "language": {
    "type": "string",
    "description": "ISO 639-1 language code"
   }
  }
 },
 "output": {
  "type": "object",
  "properties": {
   "text": {
    "type": "string"
   }
  }
 },
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/v1-audio-transcriptions-9ee32915/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)
