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

# Add a new content

`POST /content/create`

This endpoint adds a new content

## Query parameters

- `ignore-dupes` string

## Request body

- UtilContentCreateBody
  - `coluuid` string
  - `dir` string
  - `location` string
  - `name` string
  - `overwrite` boolean
  - `root` string
  - `type` 0 | 1 | 2

## Response `200`

OK

- string

## Other responses

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

---

[API](https://skmtc.net/application-research/apis/estuary-api.md) · [All operations](https://skmtc.net/application-research/apis/estuary-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/application-research/estuary-api/versions/b9ae518bf64b/schema)
