Last updated 1 month ago
: Required (JWT token or Api Key)
Retrieves the current credit balance for the user.
Response model for the user credits endpoint. Contains the current credit balance.
curl -X GET "https://app.morphware.com/api/credits" \ -H "Authorization: Bearer <YOUR_TOKEN>"
Successfully retrieved credit balance
{ "num_credits": 1000 }