This endpoint retrieves completed records for user voice clone training tasks from the server.The speaker_id of the response will be used in the https://video.a2e.ai/api/v1/video/send_tts interface as user_voice_id. If user_voice_id is passed, the country and region parameters must be provided.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code 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/userVoice/completedRecord'