Skip to main content

Overview

Triggers AI processing for imported photos — watermarking, BIB number detection, and face indexing depending on the event configuration. This is pipeline step 2, after Import. The job is asynchronous: this endpoint only queues work. The response returns status: "processing" and a run_id; track completion with Pipeline Status via stages.process.status (processed, partially_processed, or failed).
Credits are deducted immediately when the job is queued. If AI features (selfie search or BIB search) are enabled, each image consumes one credit. Ensure your account has sufficient credits before calling this endpoint.

Endpoint

Path Parameters

Request Body

Example Request

Example Response

credits_consumed is 0 when neither selfie search nor BIB search is enabled for the event. effective_count is the number actually queued (may be lower than requested_count when fewer unprocessed images remain).

Error Responses

See Errors for canonical descriptions and retry guidance.