---
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. Returns a capture_id for subsequent upload operations.

## Request body

- object
  - `frame_count` integer, required

## Response `201`

Capture created successfully

## Other responses

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

## Changes

- **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/456bfb5454a3/schema)
