Synthetic API
Synthetic: Generate
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.
POST
Purpose: Requests the creation of synthetic data based on an uploaded dataset.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Information needed for generating synthetic data (omitted in the current example).
Request payload for generating synthetic data. (Currently no specific fields are enforced.)
Response
200
application/json
Synthetic data generation request successfully created.
The response is of type object
.