---
title: "Create a continious projection"
method: POST
path: "/projections/continuous"
tags: ["Projections"]
---

# Create a continious projection

`POST /projections/continuous`

Create a new continious projection.

## Query parameters

- `name` string
- `enabled` boolean
- `checkpoints` boolean
- `emit` boolean
- `type` 'JS'
- `trackemittedstreams` boolean
- `engineversion` 1 | 2

## Response `201`

New projection created

## Other responses

- `209` — Conflict
- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/kurrent-io/apis/http-api.md) · [All operations](https://skmtc.net/kurrent-io/apis/http-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kurrent-io/http-api/versions/b7fd712e809c/schema)
