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/login
Authenticate a bot account with Twitter via proxy.
{ "accountIds": ["acc-abc12345"], "proxyId": "proxy-def67890" }
accountIds
proxyId
{ "results": [ { "accountId": "acc-abc12345", "username": "botuser1", "status": "logged_in", "cookiesExpiresAt": "2026-04-01T12:00:00.000Z" } ] }