Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/bot-accounts/proxies
Add one or more proxies.
{ "proxies": [ { "address": "http://user:pass@1.2.3.4:8080" }, { "address": "socks5://5.6.7.8:1080" } ] }
{ "address": "http://user:pass@1.2.3.4:8080", "type": "http" }
{ "proxies": [...] }