Nova RouterNova Router
Quick StartAPI ReferenceAgent Tool Integrations

User Login

🔓 No Authentication Required

POST
/api/user/login

Request Body

application/json

username?string
password?string

Response Body

curl -X POST "https://router.bit-tech.com.cn/api/user/login" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?