Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt

Use this file to discover all available pages before exploring further.

API endpoint: POST /api/banip

POST body

ip
string
required
IP to ban. e.g. 1.2.1.2
domain
string
Ban the IP for sending requests to the specified domain
ms
integer
Ban the IP for specified milliseconds
curl "http://127.0.0.1:22999/api/banip" -H "Content-Type: application/json" -d '{"ip":"1.2.1.2","domain":"example.com","ms":60000}'