Appearance
Proxies
If your egress is restricted, configure HTTP(S) proxies here. Sosyabot routes outbound media downloads (RSS, stock search imports, social-platform asset fetches) through them.
Endpoints
GET /api/v1/proxies list
GET /api/v1/proxies/:id fetch one
POST /api/v1/proxies create
PUT /api/v1/proxies/:id update
DELETE /api/v1/proxies/:id delete
PATCH /api/v1/proxies/bulk/status bulk enable/disable
POST /api/v1/proxies/bulk/delete bulk deleteProxy fields
A proxy entry carries a name, URL, optional credentials, and a health-check toggle. Sosyabot rotates through enabled proxies with a simple round-robin; failed attempts are retried against the next proxy in the list.