get https://api.d-id.com/credits
Get the user's credits items each credit item contains the remaining and total credits for the user
With the time expiration of the credits
Log in to see full request history
Responses
Get the user's credits items each credit item contains the remaining and total credits for the user
With the time expiration of the credits
xxxxxxxxxx
curl --request GET \
--url https://api.d-id.com/credits \
--header 'accept: application/json'
xxxxxxxxxx
12{
"credits": [
{
"owner_id": "52907745-7672-470e-a803-a2f8feb52944",
"remaining": 10000,
"total": 10000,
"expire_at": "2022-11-01T08:04:43.587Z"
}
],
"remaining": 10000,
"total": 10000
}