AI Apply

Create a job feed

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

post/ai-apply/job-feeds

Request body

labelstring required

The label of the job feed

Response

POST /ai-apply/job-feeds Positive response

status'success' required

Example response

{
  "data": {
    "id": "mK7pQw9xNvEr2LdY5sGh8TcZ",
    "label": "Standard Acquisition Services LLC"
  }
}

Changes

Changed in 1 of the 14 revisions of this API.1

    • added the new AI_APPLY.JOB_POSTING_ALREADY_EXISTS enum value to the error/code response property for the response status default

      response-property-enum-value-added