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/import
Import multiple bot accounts at once (up to 1,000).
{ "accounts": [ { "username": "bot1", "password": "pass1", "email": "bot1@email.com", "authToken": "token1" }, { "username": "bot2", "password": "pass2" } ] }
{ "imported": 2, "skipped": 0, "accounts": [...] }