Account and Utility: Voice Lists, Sub-users and Balance
输入“/”快速插入内容
Account and Utility: Voice Lists, Sub-users and Balance
用户2625用户2625
用户9470用户9470
3月19日修改
This article covers the GhostCut Account Management and Basic Tools API, including creating sub-users, querying balances, obtaining TTS voice lists, and querying category information.
Get TTS Voice List (Basic / Advanced)
Endpoint:POST /v-w-c/gateway/ve/tts/voice/list
Differentiate between basic voices (0) and advanced voices (1) using the isAdvanced parameter.
Users can categorize works or materials on the GhostCut website; this interface is used to query these category settings programmatically.
Create Sub-user
Endpoint:POST /v-w-c/gateway/ve/user/create
When an API caller needs to track the usage of individual users within their own product, they can use this feature to create sub-accounts and pass the corresponding UID when creating tasks.
Query Balance
Endpoint:POST /v-w-c/gateway/ve/point/query
Queries the credit balance for the merchant associated with the current AppKey. For POST parameters, pass an empty object {} or an empty string.