Assets - Data
Get and update asset metadata including core metadata (name, size, type) and custom metadata (user-defined JSON data).
All asset data follows the standard Asset Data Format - a JSON structure containing id, status, name, size, content_type, metadata, data, conversions, and addons_info fields.
Important: Asset status must be
OKbefore accessing or updating. Check status after upload, especially for large files.
📄️ Get Data
Retrieve an Asset's data that includes `Core metadata`, `Custom metadata`, conversions and addon details.
📄️ Update Data
Save arbitrary JSON data as custom metadata for an asset.