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

## Changes

- **2022-12-17** `5bf68486e5f8` — 2 info
  - added the new optional `query` request parameter `filename`
  - added the new optional `query` request parameter `ignore-dupes`
- **2022-12-09** `5b0c4b1fb896` — 2 warning
  - deleted the `query` request parameter `filename`
  - deleted the `query` request parameter `ignore-dupes`
- **2022-11-07** `c03ca04ba831` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
  - added the success response with the status `200`
- **2022-11-07** `02272f8e48e5` — 1 breaking, 2 info
  - removed the success response with the status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`
- **2022-11-03** `1f1ec6607867` — 3 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
  - added the success response with the status `200`

[Full history](https://skmtc.dev/application-research/apis/estuary-api/changes/content/add-car/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)
