GET
/v1/assetsList assets
- Query filters include view, search, assetType, dateAdded, orientation, assetSize, assetFormat, assignment, metadataStatus, collectionId, fav, sort, offset, limit, and cursor.
- The response includes count, total, offset, limit, nextCursor, and assets.
curl -i "https://api.vyso.io/v1/assets?limit=50&sort=newest" -H "Authorization: Bearer $CLERK_SESSION_TOKEN"