Test mode
Documents created in test mode do not count against your monthly quota. This comes in handy if you need to experiment with the styling of a specific document or while testing the integration of the API into your application.
There are two ways to activate test mode:
Test mode per document
Use "test": true
when making the API request.
Test mode per API key
When editing an API key in the EuroPDF backend, you can activate the “Force test mode for all documents” option. If active, all documents created with this specific API key will be created in test mode (this setting overrules the "test"
parameter in the API).