---
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.

## Query parameters

- `coluuid` string
- `replication` integer
- `ignore-dupes` string
- `lazy-provide` string
- `dir` string

## Response `200`

OK

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

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2022-10-29** `3ca60f3cf6bb` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2022-10-27** `1566cd255be2` — 2 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2022-10-12** `56275bed061a` — 2 warning, 5 info
  - deleted the `path` request parameter `coluuid`
  - deleted the `path` request parameter `dir`
  - added the new optional `query` request parameter `coluuid`
  - added the new optional `query` request parameter `dir`
  - …3 more
- **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/3ca60f3cf6bb/schema)
