Read one or more assets with anchors, formats, and pagination

Beta

Read one or more assets with citation-style anchors, output format selection (text/json/image), and pagination. Each result discloses the asset type’s read capabilities and returns a structured teaching error when a read fails. Mirrors the agent’s read_asset tool.

Authentication

X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
asset_idslist of stringsRequired

1-10 asset identifiers to read. Each id may carry inline read options using citation-style query syntax, e.g. ‘asset_xxx?anchor=page&page=3&format=image’. Versioned (‘asset_xxx@version’) and live (‘asset_xxx_providerId’) ids are supported.

passwordstring or nullOptional

Optional password for reading password-protected Office files. Applied to every asset in the request.

Response

Successful Response
resultslist of objects
One result per requested asset, in request order

Errors

401
Unauthorized Error
422
Unprocessable Entity Error