Skip to main content

Get list of user voices

Retrieve a list of voices created by the user, ordered by creation date.

Query Parameters
sort Sort

Sort order:asc | desc

Sort order:asc | desc

Example: desc

page_size Page Size

Number of items per page [1;50]

Number of items per page [1;50]

Example: 10

token Token

Pagination token. Note:sort and page_size parameters are not allowed with the pagination token parameter

Pagination token. Note:sort and page_size parameters are not allowed with the pagination token parameter

Responses
200

Successful Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

data object
items object[]

The list of items in the page

voice_id Voice Id

Voice ID

user_id User Id

User ID

utc_created_at date-time

UTC created at

utc_updated_at date-time

UTC updated at

voice_type VoiceType

Possible values: [instantly_cloned, instantly_cloned_builtin]

processing_status VoiceProcessingStatus

Possible values: [created, pending, ready, failed]

processing_result object
warnings object[] OPTIONAL
type uri

Possible values: 1 ≤ length ≤ 2083

A string containing a URI reference that identifies the problem type.

status Status

Possible values: 399 < value < 600

A number indicating the HTTP status code.

title Title

Possible values: 5 ≤ length

A string containing a short, human-readable summary of the problem type.

detail Detail

Possible values: 5 ≤ length

A string containing a human-readable explanation specific to this occurrence of the problem.

instance Instance

Possible values: 1 ≤ length

A string containing a URI reference that identifies the specific occurrence of the problem.

error_code Error Code

A Number that indicates the error type that occurred.

errors object[] OPTIONAL
type uri

Possible values: 1 ≤ length ≤ 2083

A string containing a URI reference that identifies the problem type.

status Status

Possible values: 399 < value < 600

A number indicating the HTTP status code.

title Title

Possible values: 5 ≤ length

A string containing a short, human-readable summary of the problem type.

detail Detail

Possible values: 5 ≤ length

A string containing a human-readable explanation specific to this occurrence of the problem.

instance Instance

Possible values: 1 ≤ length

A string containing a URI reference that identifies the specific occurrence of the problem.

error_code Error Code

A Number that indicates the error type that occurred.

model Model OPTIONAL

Model

labels OPTIONAL

Labels

name Name

Name

description Description OPTIONAL

Description

tts_sample OPTIONAL

TTS sample

page_size Page Size

The number of max items count in the page

count Count

The number of items in the page

next Next OPTIONAL

The next page token

default

Default Response

Schema OPTIONAL
ok Ok OPTIONAL

Indicates if the request was successful or not.

errors object[]

List of errors

type uri

Possible values: 1 ≤ length ≤ 2083

A string containing a URI reference that identifies the problem type.

status Status

Possible values: 399 < value < 600

A number indicating the HTTP status code.

title Title

Possible values: 5 ≤ length

A string containing a short, human-readable summary of the problem type.

detail Detail

Possible values: 5 ≤ length

A string containing a human-readable explanation specific to this occurrence of the problem.

instance Instance

Possible values: 1 ≤ length

A string containing a URI reference that identifies the specific occurrence of the problem.

error_code Error Code

A Number that indicates the error type that occurred.