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

## Changes

> 5 revisions in range; 3 could not be searched.

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

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