---
title: "Add IPFS object"
method: POST
path: "/content/add-ipfs"
tags: ["content"]
---

# Add IPFS object

`POST /content/add-ipfs`

This endpoint is used to add an IPFS object to the network. The object can be a file or a directory.

## Request body

- UtilContentAddIpfsBody
  - `coluuid` string
  - `dir` string
  - `filename` string
  - `peers` string[]
  - `root` string

## Changes

- **2022-09-14** `35d2c26f300c` — 1 breaking, 2 warning, 2 info
  - removed the success response with the status `200`
  - deleted the `query` request parameter `ignore-dupes`
  - deleted the `query` request parameter `overwrite`
  - removed the non-success response with the status `400`
  - …1 more

[Change history](https://skmtc.dev/application-research/apis/estuary-api/changes/content/add-ipfs/post.md)

---

[API](https://skmtc.dev/application-research/apis/estuary-api.md) · [All operations](https://skmtc.dev/application-research/apis/estuary-api/llms.txt) · [OpenAPI document](https://skmtc.dev/application-research/apis/estuary-api/revisions/35d2c26f300c?raw)
