---
title: "Create Meta Feed Endpoint"
method: POST
path: "/api/v1/catalog/meta/create-feed"
tags: ["catalog"]
---

# Create Meta Feed Endpoint

`POST /api/v1/catalog/meta/create-feed`

Create a product feed inside a catalog using a hosted CSV/TSV URL.

## Request body

- CreateProductFeedDTO — Create a product feed inside a Meta catalog using a hosted CSV URL
  - `catalog_id` string, required
  - `name` string, required
  - `feed_url` string, required
  - `schedule_interval` string, nullable
  - `schedule_hour` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
