Resources

List preview sizes available

GET/resources/{ref}/previews

Returns the URLs for any thumbnail/preview/screen-size cover images that exist for this resource.

X-Api-Key<token>

Issued to you when your integration is provisioned. Determines which catalogue resources are visible and which AI tools are available.

In: header

Path Parameters

ref*integer

Response Body

application/json

curl -X GET "https://example.com/resources/0/previews"
{  "data": {    "previews": {      "thm": "https://example.veristage.com/api/external/resources/123/preview/thm",      "pre": "https://example.veristage.com/api/external/resources/123/preview/pre",      "scr": "https://example.veristage.com/api/external/resources/123/preview/scr"    }  }}