API Reference
Redeem Code
🔐 Login Required (User Permission)
POST
/api/user/topupAuthorization
BearerAuth
AuthorizationBearer <token>使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx
In: header
Request Body
application/json
key*stringResponse Body
curl -X POST "https://ai-tokens.space/api/user/topup" \ -H "Content-Type: application/json" \ -d '{ "key": "string" }'{}