AZ Tooling

The Local API

Every other converter sells API access to their servers. AZ Tooling flips it around: an open browser tab is the server. Generate a key here, keep this tab open, and drive bulk conversions from your scripts. Files are processed on your machine, never uploaded.

No API key yet. Generate one to turn this tab into your local conversion server.

How it works

  1. Generate your local API key above (it's stored only in this browser, never transmitted).
  2. Call the API from another tab via window.AZToolingAPI, or run npx aztooling-bridge --key <key> to expose a localhost endpoint (ws://127.0.0.1:8787) for scripts.
  3. Submit jobs (tool slug + files + options); watch progress; download results.

Full reference — SDK methods, HTTP endpoints, protocol messages, and the security model — lives in the Documentation tab.