v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBfelix
Grow Dataset
Grow an existing dataset by generating new synthetic examples.
Takes an existing classification or NER dataset and generates additional examples to reach the target size. Supports class balancing to ensure equal representation of each class.
Args: request: Growth request with dataset ID, target size, and options. auth: Authentication result with user ID and client.
Returns: GrowDatasetResponse with new dataset info and generation statistics.
Raises: HTTPException: If dataset not found, invalid type, or generation fails.
post/felix/dataset/grow
Request body
Response
Successful Response