Get the chunks of an asset by ID

Beta
Get the chunks of a file.

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
Identifiers of the assets

Response

Successful Response
chunksmap from strings to lists of objects

Errors