Tools

Playground

Send live requests to the production API, inspect responses, and generate ready-to-paste snippets in multiple languages.

Request builder

Live calls are proxied through this portal to https://api.flimpa.com/api/v1. Generated snippets still target the production base URL for use in your own backend.

Generated snippetcurl
curl -X POST "https://api.flimpa.com/api/v1/tasks" \
  -H "X-API-Key: flp_live_YOUR_API_KEY" \
  -H "Idempotency-Key: unique-request-001" \
  -F "operation=compress-pdf" \
  -F "file=@document.pdf"