Query the /balance
endpoint with a GET request to get account credit balance, subscription status and info.
curl "https://api.modelsync.ai/v1/balance" \
-H "Authorization: Bearer $YOUR_API_KEY"
Response format:
{
"plan": "standard",
"status": "active",
"available_models": ["small", "large"],
"credits": 1000,
"credits_per_month": 15000,
"next_credit_allocation": 1704067200,
"top_up_credits": 500,
"top_up_credits_expiration": null,
"subscription_start": 1686787200,
"subscription_end": null
}
Credit System