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.

Body

application/json
dataset_id
string<uuid>
required

Dataset ID to snapshot. The dataset must belong to the authenticated workspace.

split_percentage
integer
default:80

Percentage of datapoints to assign to training. Remaining datapoints go to validation.

Required range: 1 <= x <= 99

Response

Snapshot created successfully

snapshot_id
string<uuid>
required