Management APIDefault
Redeem Code
🔐 Login Required (User Permission)
Authorization
BearerAuth AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
key*string
Response Body
application/json
curl -X POST "https://loading/api/user/topup" \ -H "Content-Type: application/json" \ -d '{ "key": "string" }'{}How is this guide?
Last updated on