Authorizations
Body
application/json
POST /ai-apply/career-sites Request body
The label of the career site
curl --request POST \
--url https://api.kombo.dev/v1/ai-apply/career-sites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"label": "Acme Inc. California"
}'{
"status": "success",
"data": {
"id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
"label": "Acme Inc. California"
}
}Create a career site entry. Career sites are required to be specified when parsing job postings, grouping them under a single entity.
curl --request POST \
--url https://api.kombo.dev/v1/ai-apply/career-sites \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"label": "Acme Inc. California"
}'{
"status": "success",
"data": {
"id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
"label": "Acme Inc. California"
}
}POST /ai-apply/career-sites Request body
The label of the career site
Was this page helpful?