Balance API
Balance API 允许您查询账户当前的 credits balance。此 endpoint 提供了一种简单的方式来检查您可用的 credits,这些 credits 用于 Meshy 的各种服务。
GET/openapi/v1/balance
获取 Balance
此 endpoint 用于查询已通过身份验证的用户当前的 credits balance。
返回值
返回一个包含当前 credits balance 的对象。
Request
GET
/openapi/v1/balancecurl https://api.meshy.ai/openapi/v1/balance \
-H "Authorization: Bearer ${YOUR_API_KEY}"
Response
{
"balance": 1000
}