---
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

## Changes

> 2 revisions in range; 1 could not be searched.

- **2025-07-26** `aea1e46ce72e` — 1 warning
  - deleted the `query` request parameter `engineversion`

[Change history](https://skmtc.dev/kurrent-io/apis/http-api/changes/projections/continuous/post.md)

---

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