---
title: "Resolve an IPFS path to a DAG node"
method: POST
path: "/dag/resolve"
---

# Resolve an IPFS path to a DAG node

`POST /dag/resolve`

## Query parameters

- `arg` string, required

## Response `200`

success

- DagResolvePost200Response
  - `Cid` DagResolvePost200ResponseCid, required — root cid
    - `/` string, required — root cid
  - `RemPath` string, required — remaining path

## Other responses

- `400` — bad request

---

[API](https://skmtc.net/ceramicnetwork/apis/kubo-rpc-api.md) · [All operations](https://skmtc.net/ceramicnetwork/apis/kubo-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ceramicnetwork/kubo-rpc-api/versions/c77b240c166e/schema)
