model_id: UUID of the model that should author the synthetic responses.multiplier: Integer multiplier applied to the number of examples. If you
send three examples and set multiplier to 4, the service targets twelve
generations.examples: Array of objects. Each example can include any keys your pipeline
understands (commonly conv_prefix, response, context, etc.).prompt: Instruction prompt that explains how the model should transform the
examples when creating new rows.generated string with the newly created row:
generated string into JSON before storing it. The service may
stream partial chunks before the final array is delivered; buffer the body
before parsing if your HTTP client emits incremental events.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.