Free tool
API Request Builder
Build the request, run it, copy the code. Every public parameter comes from the API contract.
A working request plus cURL, TypeScript and Python. Credentials and external delivery stay code-only until you use your own key.
Result
Run any request that does not need private credentials or external delivery.
waiting
No result yet
The generated code is always available below, including for code-only parameters.
Send this exact request
cURL, TypeScript and Python update from the same endpoint, source and parameters above.
curl --fail-with-body "https://api.pagecapture.dev/v1/take" \
-H "X-Access-Key: $PAGECAPTURE_KEY" \
-H "Content-Type: application/json" \
--data '{"url":"https://example.com","format":"jpg"}' \
-o capture.jpgQuestions
- How is this different from the playground?
- Both builders read the same parameter contract. The playground uses your account, so it can run credentials, storage and webhooks and keep your usage history. This page uses a rate-limited shared key.
- Do I need an account?
- Not to build or run a request here. You need one to save presets and to raise the rate limit.
Need this in your own code?
This tool is one call to the PageCapture API. The free plan gives you 100 captures a month with every feature unlocked, and no card.