---
title: "Create a job feed"
method: POST
path: "/ai-apply/job-feeds"
tags: ["AI Apply"]
---

# Create a job feed

`POST /ai-apply/job-feeds`

Create a job feed. Jobs feeds are required when bulk importing job postings.

## Request body

- PostAiApplyJobFeedsRequestBody
  - `label` string, required — The label of the job feed

## Response `200`

POST /ai-apply/job-feeds Positive response

- PostAiApplyJobFeedsPositiveResponse
  - `status` 'success', required
  - `data` object, required
    - `id` string, required — The globally unique ID of this object generated by Kombo. We recommend using this as a stable primary key for syncing.
    - `label` string, required — The label of the job feed

## Other responses

- `default` — The standard error response with the error codes for AI Apply.

---

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