# Broken Key Remapper Purchase & Download Link

> Broken Key Remapper Purchase & Download Link is a paid API for AI agents from brokenkey-api-link-ruby.vercel.app, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

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

## Facts

- Endpoint: GET https://brokenkey-api-link-ruby.vercel.app/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-purchase-download-link-0d84b538
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GTM6pRmt36ShWdao9upt8

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-purchase-download-link-0d84b538
```

Example prompt: I want to buy and download the Broken Key Remapper software — can you get me the purchase and download link for the one-time license?

## When to prefer this

Use this endpoint when a user specifically wants to purchase or obtain a download link for the Broken Key Remapper software with a one-time license, rather than a subscription or free tool.

## Known failure modes

- Payment not processed — link not returned
- Endpoint unavailable or service down (5xx)
- Invalid or malformed request parameters
- Link expired or software no longer available

## How this service works

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

## Output

Returns a URL or link that allows the user to purchase and download the Broken Key Remapper software under a one-time license agreement.

## 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-purchase-download-link-0d84b538/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from brokenkey-api-link-ruby.vercel.app](https://www.zero.xyz/host/brokenkey-api-link-ruby.vercel.app/llms.txt)
