メインコンテンツへスキップ
GET
cURL

承認

Authorization
string
header
デフォルト:$CARTESIA_API_KEY
必須

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

ヘッダー

Cartesia-Version
enum<string>
デフォルト:2026-03-01
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

id
string
必須

ID of the fine-tune to list voices from

クエリパラメータ

limit
integer | null

The number of voices to return per page, ranging between 1 and 100.

starting_after
string | null

A cursor to use in pagination. starting_after is a voice ID that defines your place in the list. For example, if you make a fine-tune voices request and receive 20 objects, ending with voice_abc123, your subsequent call can include starting_after=voice_abc123 to fetch the next page of the list.

ending_before
string | null

A cursor to use in pagination. ending_before is a voice ID that defines your place in the list. For example, if you make a fine-tune voices request and receive 20 objects, starting with voice_abc123, your subsequent call can include ending_before=voice_abc123 to fetch the previous page of the list.

レスポンス

200 - application/json

Paginated list of voices created from a fine-tune

data
Voice · object[]
必須

List of voice objects

has_more
boolean
必須

Whether there are more voices available

next_page
string | null

An ID that can be passed as starting_after or ending_before to get the next page of voices.