Skip to main content
GET
/
ipfs
/
{hash}
Fetch content from IPFS
curl --request GET \
  --url https://cdn.kleros.link/ipfs/{hash}
{
  "title": "Should this item be accepted into the registry?",
  "description": "Evaluate whether the item meets the registry criteria.",
  "question": "Does this item comply with the required criteria?",
  "answers": [
    {
      "id": "0x00",
      "title": "Refuse to Arbitrate"
    },
    {
      "id": "0x01",
      "title": "Yes"
    },
    {
      "id": "0x02",
      "title": "No"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://kleros-mintlify-changelog-2026-05-12-1778458371.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

hash
string
required

The IPFS CID (v0 or v1) of the content to retrieve. May include a subpath for directory traversal, e.g. QmHash.../metadata.json.

Example:

"QmTaZuQjJT9NZCYsqyRmEwLb1Vt3gme1a6BS4NQLiWXtH2"

Response

Content retrieved successfully

For JSON files: the parsed content. Schema varies by content type (dispute template, evidence, policy doc).