get
https://apis.elai.io/api/v1/uploads
Lists the workspace's uploaded assets, newest-updated first by default. frame, audio and logo assets are always excluded — use GET /uploads/frames and GET /uploads/music for those.
When no uploadFolderId, q or type filter is given, only assets at the root of the media library are returned (those with no folder). Supplying any of those three filters searches across folders instead.
Every returned url and thumbnail is a time-limited signed URL — fetch the bytes promptly rather than storing the URL.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
curl -X GET 'https://apis.elai.io/api/v1/uploads' \
-H 'Authorization: Bearer YOUR_API_TOKEN'
