English
cURL
curl --request GET \ --url https://api.nanobananaapi.ai/client/v1/user/credit \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "success", "data": 100 }
All APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Request successful
The response is of type object.
object