Skip to main content

Get list of user's TTS samples

Retrieve a list of cloned voice tts samples 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;100]

Number of items per page [1;100]

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

user_id User Id

User ID

blob_id uuid

TTS sample blob ID

url uri

Possible values: 1 ≤ length ≤ 2083

TTS sample URL

audio_metadata object
format Format

Audio format

codec Codec

Audio codec

duration Duration

Audio duration in seconds

mime_type MIMEType

Possible values: [audio/x-wav, audio/wav, audio/mp3, audio/x-m4a, audio/mpeg, audio/flac, audio/ogg, video/webm, video/mp4, video/mpeg]

Core MIME types

text object
content Content

Possible values: length ≤ 10000

lang LangCodeExperimental

Possible values: [az, en, en-gb, en-us, fr, de, tr, ar, it, ru, uk, es, es-mx, pt, pt-br, sv, pl, id, nl, fi, hu, el, cs, sk, da, bg, ro, he, hi, zh, ja, yue, ko, en-gpt, en-zh, en-parler, en-palabra-llm, en-zns, fr-zns, en-f5, en-orpheus]

model Model

Model

filename Filename

Filename

mime_type AllowedMIMEType

Possible values: [audio/x-wav, audio/wav, audio/mp3, audio/x-m4a, audio/mpeg, audio/flac, video/webm, video/mp4, video/mpeg]

Allowed MIME types

display_name Display Name

Display name

description Description OPTIONAL

Description

utc_created_at date-time

UTC created at

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.

get_tts_samples_by_user_id_saas_voice_sample_tts_get
GET /saas/voice/sample/tts
sort — query
page_size — query
token — query
https://api.palabra.ai
curl -L 'https://api.palabra.ai/saas/voice/sample/tts' \
-H 'Accept: application/json'