Skip to main content
POST
List cloned voices

Authorizations

Authorization
string
header
required

Send your API Key in the Authorization header (Bearer <api_key>). See Authentication.

Body

application/json
voiceId
string

Filter by cloned voiceId. See Voices

voiceIds
string[]

Filter by cloned voice IDs. See Voices

searchName
string

Search by clone name

currentPage
integer
default:1

Page number (1-based)

pageSize
integer
default:10

Page size

orderBy
string

voiceId / name / create_time / update_time

order
string
default:desc

Sort direction: asc or desc

Response

200 - application/json

Success

code
integer
required

Business code; 200 means success

Example:

200

message
string

Human-readable detail when code is not success

Example:

""

data
object