CI HUBCI HUB SDK
Content

Content

Read-only endpoints for browsing, searching, and reading DAM assets.

The content endpoints read assets out of a connected DAM. They browse folders, search, and return the metadata and URLs a partner needs to preview and download files. Phase 1 of the SDK is read-only. Each endpoint is also a typed method on the client library; the reference pages show the client call next to the wire samples.

Two tokens

Every content call carries both tokens:

Authorization:           Bearer <CI HUB access_token>
provider-authorization:  Bearer <DAM connection token>

The CI HUB access token comes from Exchange token and identifies the user. The DAM connection token comes from a completed DAM login and authorizes access to that provider. The connection token also selects which provider the call targets, so there is no provider parameter on these routes.

Reading results

Folder browse and search return the same shape: a list of folders and a list of assets, paged by a cursor. Each asset carries the URLs you use to show a preview or download the file. Read these before the endpoint references:

Endpoints

On this page