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

---

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