Creates a request for generating a new synthetic dataset based on an existing dataset. Typically triggers a background process or an agent to generate data.
Purpose: Requests the creation of synthetic data based on an uploaded dataset.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Information needed for generating synthetic data (omitted in the current example).
Request payload for generating synthetic data. (Currently no specific fields are enforced.)
Synthetic data generation request successfully created.
The response is of type object
.
Creates a request for generating a new synthetic dataset based on an existing dataset. Typically triggers a background process or an agent to generate data.
Purpose: Requests the creation of synthetic data based on an uploaded dataset.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Information needed for generating synthetic data (omitted in the current example).
Request payload for generating synthetic data. (Currently no specific fields are enforced.)
Synthetic data generation request successfully created.
The response is of type object
.