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

---

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