石榴AI开放平台
  1. Asset
石榴AI开放平台
  • Overview
    • Authentication
    • Limits
  • API
    • Speaker
      • Create Speaker
      • Text To Speech
      • List Speakers
      • Query Status
      • Recreate Speaker
      • Delete Speaker
      • Get Recreated Record
    • Avatar
      • Train Avatar Model
      • Train Avatar Model By Image
      • Query Training Status
      • List Avatars
      • Delete Avatar
    • Video
      • Query Status
      • Create Video By Voice
      • Create Video By AudioFile
      • Create Video By Text
    • Asset
      • Get Asset
        POST
      • Get Records
        POST
    • Upload
      • Get Upload URL
    • AuthVideo
      • Create ​Authorization Video​
  • Error Code
    • Error Code
  1. Asset

Get Asset

开发中
POST
/asset/get
查询账号剩余权益
目前声音克隆次数和数字人席位都可以用算力代替,可以忽略

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.16ai.chat/api/v1/asset/get'

返回响应

🟢200成功
application/json
Body

示例
{"code":0,"data":{"availableAvatar":5,"availableSpeaker":1,"validPoint":5700,"validToTime":"2025-01-01 00:00:00"},"msg":""}
修改于 2025-04-16 03:58:16
上一页
Create Video By Text
下一页
Get Records
Built with