简体中文
cURL
curl --request GET \ --url https://api.nanobananaapi.ai/client/v1/user/credit \ --header 'Authorization: Bearer <token>'
{ "code": 200, "msg": "success", "data": 100 }
所有 API 都需要通过 Bearer Token 进行身份验证。
获取 API Key:
使用方法: 在请求头中添加: Authorization: Bearer YOUR_API_KEY
注意:
请求成功
The response is of type object.
object