Authorizations
API Key for authentication
Response
200 - application/json
Success
The response is of type object.
curl --request GET \
--url https://www.ailabapi.com/api/common/query-credits \
--header 'ailabapi-api-key: <api-key>'{
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"error_detail": {
"status_code": 200,
"code": "",
"code_message": "",
"message": ""
},
"data": {
"unique_sign": "",
"name": "",
"balance": 0,
"total": 0,
"last_recharge_balance": 0,
"balance_warning": 0,
"first_buy_time": 0,
"last_update_time": 0
}
}curl --request GET \
--url https://www.ailabapi.com/api/common/query-credits \
--header 'ailabapi-api-key: <api-key>'{
"error_code": 0,
"error_code_str": "",
"error_msg": "",
"error_detail": {
"status_code": 200,
"code": "",
"code_message": "",
"message": ""
},
"data": {
"unique_sign": "",
"name": "",
"balance": 0,
"total": 0,
"last_recharge_balance": 0,
"balance_warning": 0,
"first_buy_time": 0,
"last_update_time": 0
}
}API Key for authentication
Success
The response is of type object.