cURL
curl --request GET \ --url https://api.novita.ai/v3/user \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "credit_balance": 123 }
This endpoint facilitates queries for user information, primarily focusing on the functions available to the user and their account balance.
application/json
Was this page helpful?