API ACCESS
API_DOCUMENTATION
Manage your API keys and build requests to automate stress tests programmatically.
YOUR_API_KEYS
API Request Builder
Build and copy API calls using your keys. The curl command updates live as you fill in the fields.
POST/api/v1/tests — Launch test
curl -X POST https://your-server/api/v1/tests \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_KEY" \ -d '{"target":"","port":80,"duration":60,"method":"UDP"}'