Skip to main content
GET
List saved items

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".

Query Parameters

type
enum<string>

Only return saved items of this type.

Available options:
character,
reference,
voice,
moodboard,
brand_kit
Example:

"character"

limit
integer
default:20

Maximum number of saved items to return. Defaults to 20.

Required range: 1 <= x <= 100
Example:

20

cursor
string

Opaque pagination cursor from the previous response's next_cursor.

Minimum string length: 1

Response

200

items
object[]
required
next_cursor
string | null
required

Cursor for the next page, or null when there are no more saved items.