English
cURL
curl --request GET \ --url https://api.kie.ai/api/v1/chat/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