Synthesize samples
Generate labeled samples from the model’s trait definitions and attach them tagged provenance='synthesized' (DR 037). Draft-only. Returns 202 + run id on enqueue; the model enters busy (last_operation.kind='synthesize') and returns to draft with the new samples visible on GET /samples at completion. 409 + X-Run-Id on an in-flight idempotency hit (same sample set + synth_type + effort).
Documentation Index
Fetch the complete documentation index at: https://u22a8-police-sweep-2026-06-01.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key issued in the platform console, sent as Authorization: Bearer <key>.
Path Parameters
Model handle, e.g. 'u22a8.technical-writing'.
"u22a8.technical-writing"
Body
Body for synthesizing samples on a draft model (DR 037).
Draft-only — the generative twin of discovery. Reads the model's trait definitions, generates labeled exemplars through the shared synthesis engine, and attaches them as samples tagged provenance='synthesized'. Returns 202 with a run id on enqueue; 409 with X-Run-Id on an in-flight idempotency hit.
Synthesis intent (DR 037). Hosted strategies: from_traits (cold-start exemplars from trait semantics) and diversify (voice-preserving variations of seed samples). enrich is engine-internal (held-out eval pool for bundling) and is rejected (422) on this surface.
DR 031 effort dial — low|medium|high|xhigh|max. Controls synthesis knobs (synth model, sample counts, thinking budget). null uses the default effort level.
Response
Successful Response
Response from POST /v1/models/{handle}/train.