/
GE
getplumai
/
Plum API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 30m ago · Updated 2mo ago
Details
Filter operations
get
List all seed datasets
get
Retrieve a specific seed dataset by ID
post
Insert or overwrite seed data by ID
post
Add a single pair to an existing seed dataset
post
Upload a new seed dataset
get
List all synthetic datasets
get
Retrieve synthetic data by ID
put
Insert or overwrite synthetic data by ID
post
Upload new synthetic data
get
Retrieve synthetic data formatted for OpenAI by ID
get
Get a specific metric definition by ID
get
Get a specific evaluation result by ID
post
Generate evaluation metrics
get
List all available evaluation metrics
get
List all available evaluation results
post
Create custom metric definitions
post
Evaluate datasets with specified metrics
post
Augment seed data to generate synthetic data
post
Compare multiple prompts against a dataset
post
Generate an improved prompt based on comparison results
Augment seed data to generate synthetic data
post
/augment
Request body
object
required
seed_data_id
string
required
multiple
integer
Number of synthetic examples to generate per seed example (max 50)
eval_results_id
string
Response
Data successfully augmented
object
required
synthetic_data_id
string
created_at
string
seed_data_size
integer
synthetic_data_size
integer
system_prompt
string
target_metric
object
Changes