---
title: "Add Car object"
method: POST
path: "/content/add-car"
tags: ["content"]
---

# Add Car object

`POST /content/add-car`

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

## Query parameters

- `ignore-dupes` string
- `filename` string

## Request body

- 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

---

[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)
