---
title: "Process capture into a world"
method: POST
path: "/v1/captures/{captureId}/process"
tags: ["captures"]
---

# Process capture into a world

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

Submit a validated capture for world generation. Reserves credits and returns a job reference. Requires Idempotency-Key header.

## Path parameters

- `captureId` string, required

## Headers

- `Idempotency-Key` string, required

## Request body

- object
  - `model` string
  - `title` string

## Response `202`

Processing started

## Other responses

- `400` — Invalid request
- `402` — Insufficient credits
- `404` — Capture not found
- `409` — Capture not ready or idempotency conflict

---

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