---
title: "Complete capture upload"
method: POST
path: "/v1/captures/{captureId}/complete"
tags: ["captures"]
---

# Complete capture upload

`POST /v1/captures/{captureId}/complete`

Validate the uploaded bundle and mark the capture as uploaded. Idempotent: succeeds if already uploaded and valid.

## Path parameters

- `captureId` string, required

## Response `200`

Capture validated and completed

## Other responses

- `400` — Validation failed
- `404` — Capture not found
- `409` — Capture not in completable state

## Changes

- **2026-08-12** `456bfb5454a3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/spaitial/apis/spaitial-developer-api/changes/v1/captures/:captureId/complete/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)
