🎵 NEW: Song Generator API powered by ACE-Step v1.5 - Create full songs with vocals in 50+ languages (30s-8min) 🎶 · Try it now · Read Guide
cURL
curl --request POST \ --url https://modelslab.com/api/wallet_balance \ --header 'Content-Type: application/json' \ --data ' { "key": "<string>" } '
{ "status": "success", "data": { "balance": 43.6, "currency": "USD" } }
Check your current wallet balance.
POST
--request POST 'https://modelslab.com/api/wallet_balance' \
{ "key": "your_api_key" }
Your API Key used for request authorization
Wallet balance response
success
Show child attributes
Was this page helpful?