Skip to main content
GET
List assets
Lists images, videos and audio with pre-signed delivery URLs. Supports media_type, search, and pagination. Defaults to the key’s own workspace; pass workspace_id to browse another workspace you can manage.

Authorizations

Authorization
string
header
required

A workspace API key. Secret keys (flowy_…) are server-side — keep them private. Publishable keys (flowy_pk_…) are browser-safe but only work from their allowlisted domains.

Query Parameters

media_type
enum<string>
Available options:
image,
video,
audio

Matches file names, tags and generation prompts.

page
integer
default:1
page_size
integer
default:20
Required range: x <= 100
workspace_id
string

Optional workspace context (from GET /v1/workspaces); default is the key's own wallet.

Response

One page of workspace assets.

data
object