Skip to main content
GET
Get Page Preview Delivery

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Path Parameters

asset_id
string<uuid>
required

The ID of the asset

page_number
integer
required

Page number (1-indexed)

Required range: x >= 1

Response

Successful Response

Base response model for any endpoint returning a signed URL.

All API responses that include a signed URL should either:

  1. Inherit from this model, or
  2. Include these three fields with the exact same names and types

This standardization enables:

  • Consistent client-side handling of signed URLs
  • Predictable refresh logic based on url_expires_at
  • Type-safe URL caching in SignedUrlCacheImage
id
string<uuid>
required

Resource identifier

url
string
required

Presigned URL for upload or download

url_expires_at
string<date-time>
required

UTC datetime when the URL expires