---
title: "Add new content"
method: POST
path: "/content/add"
tags: ["content"]
---

# Add new content

`POST /content/add`

This endpoint is used to upload new content.

## Path parameters

- `coluuid` string, required
- `dir` string, required

## Response `200`

OK

- UtilContentAddResponse
  - `cid` string
  - `estuaryId` integer
  - `providers` string[]
  - `retrieval_url` string

## Changes

- **2022-09-14** `35d2c26f300c` — 2 breaking, 6 warning, 2 info
  - added the new path request parameter `coluuid`
  - added the new path request parameter `dir`
  - deleted the `query` request parameter `coluuid`
  - deleted the `query` request parameter `dir`
  - …6 more

[Change history](https://skmtc.dev/application-research/apis/estuary-api/changes/content/add/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-service-production.skmtc.workers.dev/v1/apis/application-research/estuary-api/revisions/35d2c26f300c/schema)
