Skip to main content
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"

クエリパラメータ

purpose
enum<string>

Only return files uploaded with this purpose. What a file is used for.

利用可能なオプション:
agent_background_sound,
fine_tune,
tts_generation,
voice-clone
q
string

Only return files whose filename contains this substring.

:

"background"

limit
integer | null

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

:

10

starting_after
string | null

A cursor for pagination. starting_after is a file ID; the response returns the page of files after it.

:

"file_EneDabCuJCpfe5CFi5X12e"

ending_before
string | null

A cursor for pagination. ending_before is a file ID; the response returns the page of files before it.

レスポンス

200 - application/json

Paginated list of files.

data
File · object[]
必須

List of file objects.

has_more
boolean
必須

Whether there are more files available.

:

false