AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
Authorization: Bearer ********************curl --location --request GET 'https://api.aigc2d.com/dashboard/billing/credit_grants' \
--header 'Authorization: Bearer <token>'{
"object": "credit_summary",
"total_granted": 5,
"total_used": 5,
"total_available": 0,
"grants": {
"object": "list",
"data": [
{
"object": "credit_grant",
"id": "ed7b8ddc-3fc1-4fa4-97cb-18d026cc8521",
"grant_amount": 5,
"used_amount": 5,
"effective_at": 1680480000,
"expires_at": 1690848000
}
]
}
}