---
title: "Create a career site"
method: POST
path: "/ai-apply/career-sites"
tags: ["AI Apply"]
---

# Create a career site

`POST /ai-apply/career-sites`

Create a career site entry. Career sites are required to be specified when parsing job postings, grouping them under a single entity.

## Request body

- PostAiApplyCareerSitesRequestBody
  - `label` string, required — The label of the career site

## Response `200`

POST /ai-apply/career-sites Positive response

- PostAiApplyCareerSitesPositiveResponse
  - `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 career site

## 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/fdcb894a4742/schema)
