---
title: "Create a pipeline"
method: POST
path: "/pipelines"
tags: ["Pipelines"]
---

# Create a pipeline

`POST /pipelines`

As with all POST endpoints, a location header will be returned with a url to the newly created resource.

## Query parameters

- `create_activity` boolean, required

## Request body

- object
  - `candidate_id` number, required — The ID of the candidate that this pipeline is regarding.
  - `job_id` number, required — The ID of the job order that this pipeline is for.
  - `rating` number — The candidate's rating (0-5) for this job order pipeline.

## Response `201`

Created

---

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