WeR Core API
AssetRef[] · minItems: 1 · maxItems: 100 · required
Assets
Turning image references into URLs you can load.
Get loadable URLs for images
POST
/v1/assets/urls
Turns the image references embedded in suggestion payloads into short-lived URLs you can load. Use it when you have stored a ref and need to render the image later, without fetching its suggestion-set again. If any reference is malformed, unknown, or belongs to another tenant, the whole batch fails with one error that does not say which reference was at fault.
Get loadable URLs for images › Request Body
refsGet loadable URLs for images › Responses
One URL per reference you asked for.
MintedAssetUrl[] · required
CollectionMeta · required
Pagination metadata. There is no total count and no page number — a listing is walked forwards with the cursor until next_cursor is null, and cannot be jumped into part-way.