Skip to main content
GET
/
assets
/
characters
List asset characters
curl --request GET \
  --url https://api.fal.ai/v1/assets/characters \
  --header 'Authorization: <api-key>'
{
  "characters": [
    {
      "id": "d7tatpsregjaga2cf3d0",
      "type": "character",
      "name": "Alice",
      "description": "A character with red hair and a blue jacket",
      "icon": "folder",
      "color": "blue",
      "cover_image_url": "https://v3b.fal.media/files/b/0a9b4900/PDbTGyzqRh1aijW2WQiY9_opengraph-1%20%281%29.png",
      "character_identifier": "alice",
      "is_favorited": false,
      "created_at": "2026-05-23T20:00:00.000Z",
      "updated_at": "2026-05-23T20:00:00.000Z",
      "asset_count": null,
      "reference_images": [
        "https://v3b.fal.media/files/b/0a9b4900/PDbTGyzqRh1aijW2WQiY9_opengraph-1%20%281%29.png"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://fal.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY

Query Parameters

limit
integer
default:50

Maximum number of collections to return

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

50

offset
integer | null
default:0

Number of collections to skip

Required range: x >= 0
Example:

0

Response

Characters

characters
object[]
required

Asset characters visible to the authenticated user