Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

datasetId
string<uuid>
required

Body

application/json
datapoints_to_generate
integer
required

Number of new datapoints to generate

Required range: 10 <= x <= 10000
temperature
number
default:0.1

Controls randomness in augmentation generation (0.0-1.0). Default: 0.1

Required range: 0 <= x <= 1
user_instructions
string

Optional instructions to guide the augmentation process

Response

Data augmentation started successfully

message
string
required