GET
/v1/assets/:assetIdRead metadata with an asset
- The response includes the serialized asset and its available metadata fields.
Assets
Read asset metadata and update user-managed titles, captions, tags, and descriptions.
Metadata is part of the asset resource. Use the asset retrieval endpoint to read it and the asset PATCH endpoint to update it.
/v1/assets/:assetId/v1/assets/:assetIdcurl -i -X PATCH https://api.vyso.io/v1/assets/ASSET_ID -H "Authorization: Bearer $CLERK_SESSION_TOKEN" -H "Content-Type: application/json" -d '{"userTitle":"Campaign hero","userTags":["campaign","hero"]}'