简体中文
cURL
curl --request GET \ --url https://api.veo3api.ai/api/v1/common/credit \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "success", "data": 100 }
获取您账户中可用的当前积分余额。
所有接口都需要通过 Bearer Token 方式进行认证。
获取 API Key:
使用方式: 在请求头中添加: Authorization: Bearer YOUR_API_KEY
请求成功
The response is of type object.
object