Kontrola aktuálního zůstatku kreditů.
const balance = await client.credits.balance(); console.log(balance.balance); // 4250 console.log(balance.currency); // "credits"
{ "balance": 4250, "currency": "credits" }
Documentation IndexFetch the complete documentation index at: https://productlasso.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
credits