cURL
curl --request POST \ --url http://studio.premai.io/api/v1/public/datasets/{datasetId}/start-augmentation \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "datapoints_to_generate": 5005 }'
{ "message": "<string>" }
Start data augmentation process to generate additional training examples from existing datapoints.
10 <= x <= 10000
0 <= x <= 1
Was this page helpful?