get https://api.topview.ai/user/credit/detail
Response
| Field | Type | Description |
|---|---|---|
| code | String | The response code indicating status |
| message | String | Message describing the response |
| result | Object | Contains the result of the request |
| result.uid | String | Unique identifier for the user |
| result.remainCredit | Number | Remaining credit balance |
| result.expiredTime | String | Expiration time in ISO 8601 format |
| result.apiKeyMap | Object | Mapping of API keys to their associated tasks |
| result.apiKeyMap.apiKey | String | The API key used for the tasks |
| result.apiKeyMap[].uid | String | Unique identifier for the user |
| result.apiKeyMap[].date | String | Date and time when the task was created (ISO 8601) |
| result.apiKeyMap[].costCredit | Number | Cost in credits for the task |
| result.apiKeyMap[].taskId | String | Unique identifier for the task |
| result.apiKeyMap[].taskType | String | Type of the task (e.g., voice_clone, m2v) |