调用API时,请修改目标url及端口为 http://35.220.164.252:3888/
New APINew API
API 参考AI 应用Skills
管理接口default

使用兑换码

🔐 需要登录(User权限)

POST
/api/user/topup

Authorization

BearerAuth

AuthorizationBearer <token>

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

In: header

Request Body

application/json

key*string

Response Body

application/json

curl -X POST "https://loading/api/user/topup" \  -H "Content-Type: application/json" \  -d '{    "key": "string"  }'
{}

这篇文档对您有帮助吗?