---
title: "Create Ingest URL"
method: POST
path: "/v1/itemdb/ingest-url"
---

# Create Ingest URL

`POST /v1/itemdb/ingest-url`

## Request body

- object
  - `folder` string, required — The folder or directory where the source file should be uploaded. When using with Kevel Catalog, this is generally `products` or `categories`.
  - `filename` string, required — The name of the file that will be uploaded to the returned URL. This must include a file type extension (eg `products.ndjson.gz`). Note: Kevel will automatically prepend a datetime string to the provided file name.

## Response `200`

200

- object
  - `url` string
  - `status` string

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/revisions/0ca55f45aa7d/schema)
