GET /api/get_limit
Returns your current Suno account credit balance and billing usage by querying Suno’s /api/billing/info/ endpoint.
Request
This endpoint takes no parameters.Response
Number of credits remaining in the current billing period.
The active billing period. Free accounts use
"day" — credits reset daily.Total credits allocated for the month.
Credits consumed so far this month.
Credit consumption
| Action | Credits used |
|---|---|
One generation request (/api/generate, /api/custom_generate) | 10 credits (2 songs × 5 credits each) |
| Free account daily allowance | 50 credits |
Free Suno accounts receive 50 credits per day. Paid plans have higher monthly limits. When
credits_left drops below 10, avoid calling generate endpoints to prevent 402 Payment Required errors.