GET
/
assets
List Assets
curl --request GET \
  --url https://api.hedra.com/web-app/public/assets \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "image",
    "name": "<string>",
    "thumbnail_url": "<string>",
    "description": "<string>",
    "is_favorite": false,
    "created_at": "2023-11-07T05:31:56Z",
    "asset": {
      "type": "uploaded_image",
      "width": 123,
      "height": 123,
      "url": "<string>"
    }
  }
]

Authorizations

X-API-Key
string
header
required

Query Parameters

type
enum<string>
required
Available options:
image,
audio,
video,
voice
ids
string | null

Response

200
application/json

Successful Response

The response is of type Asset · object[].