- AI Avatar API
- Get Tokens
- TTS and Voice Clone
- Generate Avatar Videos
- Generate AI Avatar VideosPOST
- List of Result VideosPOST
- List of Result VideosGET
- List One or All AvatarsPOST
- List One or All AvatarsGET
- Obtain the Status of One Avatar Video TaskPOST
- Obtain the List of Personalized Lip-Sync ModelsGET
- Delete or Cancel a VideoDELETE
- Auto Language DetectPOST
- Auto Swith to Public Computing PoolPOST
- Create Avatars and Train Lip-sync Models
- Background Matting and Replacement
- Face Swap
- AI Dubbing
- Image to Video
- Caption Removal
- Streaming Avatar
- Miscellaneous
Get User Remaining Credits
Global Server
https://video.a2e.ai
Global Server
https://video.a2e.ai
GET
/api/v1/user/remainingCoins
Response Body Description#
code
(number): The status code of the response.data
(object):coins
(number): The remaining coins for the user.Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://video.a2e.ai/api/v1/user/remainingCoins'
Responses
🟢200remainingCoins
application/json
Body
code
integerÂ
required
data
objectÂ
required
coins
integerÂ
required
diamonds
integerÂ
deprecated
Example
{
"code": 0,
"data": {
"coins": 1293,
"diamonds": 3
}
}
Modified at 2025-04-08 22:37:02