Developer docs

Convurter API access.

Convurter API access uses account-managed keys for temporary jobs, public lookup reports, usage, credits, webhooks, and read-only MCP access. Browser-local tools remain browser-local.

Runtime boundaries

Available API areas

Browser-local tools stay browser-local. API access is for account, lookup, and temporary job workflows that are designed for server processing.

Lookup concept

Lookup API shape

Lookup endpoints are for narrow public-record and public-response checks only. They do not scan private networks, crawl authenticated pages, store user content, or make security certification claims.

{
  "toolId": "security-headers-checker",
  "input": { "url": "https://example.com" },
  "result": {
    "ok": true,
    "summary": "Security header review completed.",
    "warnings": ["missing-content-security-policy"]
  }
}

Errors

Error and failure envelope

API errors use consistent failure classes for unsupported input, encrypted files, timeouts, unsafe input, unavailable processors, output validation, and quality limits.

Limits

Rate limits, quotas, and deletion

Signed-in accounts manage API keys, billing, credits, webhooks, and MCP access. API keys authenticate REST and MCP requests.