Skip to main content

Assets API

The Assets API provides file and binary content retrieval for assets referenced by the Content API.

Base path

/api/assets/v1

Endpoints

MethodEndpointPurpose
GET/{assetId}Get asset metadata.
GET/{assetId}/contentStart asset content retrieval.
GET/{assetId}/content/{jobId}Poll an asset content retrieval job.

Large content can be retrieved asynchronously. Start the retrieval, then poll the returned job until the content is ready.