URL Canonicalizer
Normalize URLs into a single canonical form: lowercase the scheme and host, strip default ports, resolve ./.. path segments, sort query parameters, remove tracking params (utm_*, fbclid, gclid…), drop fragments and collapse duplicate slashes. Runs entirely in your browser — one URL per line.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
URLs
Decode unreserved percent-encoded chars (%41 → A)
Collapse duplicate slashes (/a//b → /a/b)
Sort query parameters alphabetically
Remove tracking params (utm_*, fbclid, gclid, …)
Remove fragment / hash (#section)
Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.