Training
Start a training run
Start training a custom style/LoRA from a reference set. Returns immediately with a run ID. Poll GET /workspaces/{workspace_id}/training-runs/{training_run_id} for progress. Creative Units are reserved at submission; call the estimate endpoint first to check cost.
post/v2/workspaces/{workspace_id}/training-runs
Path parameters
workspace_idstring uuid required
Id of the workspace that owns the resource.
Id of the workspace that owns the resource.
Headers
Idempotency-Keystring
Opaque key making this request safe to retry. The first request with a given key executes; a later request with the same key returns that first response with Idempotent-Replayed: true instead of executing again. The key covers the method, path, query, and body it was first used with; reusing it for a different request is rejected with 422. Replayable for 24 hours.
Request body
Response
Successful Response