cURL
curl --request GET \ --url https://api.tokenfactory.nebius.com/v1/datasets/{dataset_id}/content \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Get dataset content
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 <= x <= 1000
x >= 0
Successful Response
Was this page helpful?