API 参考
使用兑换码
🔐 需要登录(User权限)
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" }'{}