API Import (cURL)
Import cURL and inspect API responses. Paste cURL, fetch JSON, format and query. Free developer tool.
About
Testing APIs often starts with a cURL command from docs or Postman. An API import tool lets you paste cURL, execute the request, and inspect the response-formatted, validated, queryable.
No need to switch to another app. Paste cURL, hit run, get JSON in the editor. Then format, query with JSONPath, or generate types from the response.
Use cases: quick API checks, debugging webhooks, inspecting third-party responses, sharing reproducible requests. All in one place. Data stays local.
Example
Input
curl -X GET "https://api.example.com/users"
Output
Fetched JSON response, formatted and queryable.
Use cases
- Quick API response inspection
- Debug webhook payloads
- Test third-party APIs
- Share reproducible requests