xtract.bot

API reference

Every tool is one HTTPS endpoint at /api/<id>. Calls require an API key (sign in first) — the key pins requests to your monthly quota.

Authentication

# Every /api/* call requires an account id + API key.
# Generate yours after signing in at https://xtract.bot/account/keys.
curl -X POST https://api.xtract.bot/api/jq-filter \
  -H "content-type: application/json" \
  -H "x-account-id: <your account id>" \
  -H "x-api-key: <your api key>" \
  -d '{"input":"<base64 json>","filter":".name"}'

Tools (183)