---
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
- `overwrite` string
- `lazy-provide` string
- `dir` string

## Response `200`

OK

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

## Other responses

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

## Changes

- **2023-01-04** `fa8cd2301bf1` — 1 info
  - added the new optional `query` request parameter `overwrite`
- **2022-12-17** `5bf68486e5f8` — 5 info
  - added the new optional `query` request parameter `coluuid`
  - added the new optional `query` request parameter `dir`
  - added the new optional `query` request parameter `ignore-dupes`
  - added the new optional `query` request parameter `lazy-provide`
  - …1 more
- **2022-12-09** `5b0c4b1fb896` — 5 warning
  - deleted the `query` request parameter `coluuid`
  - deleted the `query` request parameter `dir`
  - deleted the `query` request parameter `ignore-dupes`
  - deleted the `query` request parameter `lazy-provide`
  - …1 more
- **2022-11-07** `c03ca04ba831` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2022-11-07** `02272f8e48e5` — 2 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`

[Full 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/b9ae518bf64b/schema)
