v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01141816.7 KB
Data

Download only the dataset manifest from the network to the local node if it's not available locally.

get/data/{cid}/network/manifest

Path parameters

cidstring required

Content Identifier as specified at https://github.com/multiformats/cid

Example:QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N

File for which the manifest is to be downloaded.

Response

Manifest information.

cidstring required

Content Identifier as specified at https://github.com/multiformats/cid

Example response

{
  "cid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
  "manifest": {
    "treeCid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
    "filename": "storage.png",
    "mimetype": "image/png"
  }
}