Automate registration, warmup, and management of Telegram accounts at scale
# Register a new user
curl -X POST https://tg-factory.ru/api/auth/register \
-H "Content-Type: application/json" \
-d '{"email":"user@example.com","password":"Password123!"}'
# Login and get token
curl -X POST https://tg-factory.ru/api/auth/login \
-d "username=user@example.com&password=Password123!"
# Get billing plans
curl https://tg-factory.ru/api/billing/plans
# View interactive API docs
open https://tg-factory.ru/docs