felix
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
Changes
No recorded changes to this endpoint across all 3 revisions of this API.