Balance API
The Balance API allows you to retrieve the current credit balance for your account. This endpoint provides a simple way to check your available credits, which are used for various Meshy services.
GET/openapi/v1/balance
Get Balance
This endpoint retrieves the current credit balance for the authenticated user.
Returns
Returns an object containing the current balance of credits.
Request
GET
/openapi/v1/balancecurl https://api.meshy.ai/openapi/v1/balance \
-H "Authorization: Bearer ${YOUR_API_KEY}"
Response
{
"balance": 1000
}