Format JSON for API debugging
Use this workflow when an API response is hard to read, a JSON payload fails validation, or a frontend error points to malformed structured data.
Open guideWorkflow Guides
Pick a focused workflow, inspect the example, then open the matching browser tool. These guides cover API payload debugging, authentication tokens, HTTP response headers, spreadsheet exports, URL encoding, file encoding checks, QR links, checksums, UUIDs, and text cleanup.
Use this workflow when an API response is hard to read, a JSON payload fails validation, or a frontend error points to malformed structured data.
Open guideUse this workflow when a login, API request, or permission check fails and you need to inspect token claims before changing auth code.
Open guideUse this workflow when an API response, webhook, cookie, or configuration value contains Base64 text that needs to be inspected before debugging.
Open guideUse this workflow when a spreadsheet export needs to become API-ready JSON, a fixture, or a structured dataset for debugging.
Open guideUse this workflow when a spreadsheet export, API fixture, or CSV/JSON handoff fails because columns shift, headers disappear, characters look broken, or JSON will not parse.
Open guideUse this workflow when invoices, forms, reports, or scanned pages need to be combined without sending files through an account-based document service.
Open guideUse this workflow when only part of a PDF needs to be sent, archived, printed, or attached, and the source document should stay on your device.
Open guideUse this workflow when several phone photos need to become a single PDF for reimbursement, records, school forms, support tickets, or document submission.
Open guideUse this workflow when a PDF needs a Draft, Confidential, Internal Use, or reviewer note before it is sent outside a team or uploaded to a portal.
Open guideUse this workflow when a PDF page needs to appear as an image in a report, presentation, support ticket, preview, or documentation screenshot.
Open guideUse this workflow when a vendor, GitHub release, or teammate gives you a checksum and you need to confirm that the file you downloaded has not changed.
Open guideUse this workflow when a browser request, API response, redirect, or CDN cache behaves differently than expected and you need a clean header-level view first.
Open guide