# Broken Key Remapper Download Link

> Broken Key Remapper Download Link is a paid API for AI agents from api.brokenkeyremapper.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a purchase/download link for the Broken Key Remapper software with a one-time license

## Facts

- Endpoint: GET https://api.brokenkeyremapper.xyz/api/brokenkeyremapperlink
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/broken-key-remapper-download-link-2a36c097
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F3xfio6zm-Y7kX1hdelf5

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 broken-key-remapper-download-link-2a36c097
```

Example prompt: Can you get me the download link for Broken Key Remapper so I can purchase and install it to remap my broken keyboard key?

## When to prefer this

Use this endpoint when a user specifically wants to purchase or download the Broken Key Remapper software. It is a niche desktop utility endpoint for keyboard key remapping, not a general-purpose software store. Choose this when the user explicitly references Broken Key Remapper or needs a one-time licensed key remapping tool.

## Known failure modes

- Payment not processed — link not returned if x402 micropayment of $0.001 USDC is not completed
- Service unavailable — API or download server is offline
- Invalid or missing payment — 402 Payment Required response
- Empty or malformed response if backend distribution service is down

## How this service works

Purchase and download the Broken Key Remapper software (one-time license).

## Output

A URL or link that allows the user to purchase and download the Broken Key Remapper software along with a one-time license key or access token for the software.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/broken-key-remapper-download-link-2a36c097/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.brokenkeyremapper.xyz](https://www.zero.xyz/host/api.brokenkeyremapper.xyz/llms.txt)
