v1
latestOpenAPI 3.0.02026-07-1325041.3 KBAugment seed data to generate synthetic data
post/augment
Request body
multipleinteger
Number of synthetic examples to generate per seed example (max 50)
eval_results_idstring
ID of evaluation results to use for target metrics (will use latest if not provided)
include_gatheredboolean
If true, includes gathered pairs (high-scoring and positively critiqued) in the synthetic dataset
target_metric_idxinteger[] required
Array of indices of target metrics for redrafting synthetic data (from the evaluation results)
Response
Data successfully augmented
synthetic_data_idstring
ID of the generated synthetic dataset
created_atstring
Timestamp when the synthetic data was created
seed_data_sizeinteger
Number of pairs in the original seed dataset
synthetic_data_sizeinteger
Total number of pairs in the synthetic dataset (including gathered pairs if include_gathered is true)
system_promptstring
System prompt used for the synthetic data
target_metricsstring[]
Array of target metrics that were used for redrafting