---
title: "Create a new capture"
method: POST
path: "/v1/captures"
tags: ["captures"]
---

# Create a new capture

`POST /v1/captures`

Create a capture resource with an expected frame count. Safe retries with the same Idempotency-Key return the original capture_id.

## Headers

- `Idempotency-Key` string, required

## Request body

- object
  - `frame_count` integer, required

## Response `201`

Capture created successfully

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

## Changes

- **2026-08-17** `5eb4c1ae1f16` — 1 breaking
  - added the new required `header` request parameter `Idempotency-Key`
- **2026-08-12** `456bfb5454a3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spaitial/apis/spaitial-developer-api/changes/v1/captures/post.md)

---

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