cURL
curl --request GET \ --url https://api.liveavatar.com/v1/users/credits \ --header 'X-API-KEY: <api-key>'
{ "code": 100, "data": { "credits_left": "<string>" }, "message": "<string>" }
Get the current user’s credit balance.
Documentation IndexFetch the complete documentation index at: https://docs.liveavatar.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.liveavatar.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Show child attributes
Was this page helpful?