Nova RouterNova Router
Quick StartAPI ReferenceAgent Tool Integrations

Redeem Code

🔐 Login Required (User Permission)

POST
/api/user/topup

Authorization

BearerAuth

AuthorizationBearer <token>

Use Bearer token authentication. Format: Authorization: Bearer sk-xxxxxx

In: header

Request Body

application/json

key*string

Response Body

application/json

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

How is this guide?