Tools

What is the Input Tester?

The Input Tester validates your input JSON against an actor's declared input schema without running the actor. It checks required fields, type constraints (string vs number vs integer), enum values, and numeric ranges. If your input is invalid, you get specific error messages before wasting credits on a failed run. Beyond validation, the Input Tester generates ready-to-use API call snippets: cURL, Python (apify-client), and JavaScript (apify-client). Paste the generated code directly into your integration instead of hand-crafting API calls. Input Tester costs $0.15 per validation and does not run the target actor. Visit apifyforge.com/tools/input-tester for documentation.

Related questions