cURL
curl --request POST \ --url https://api.tokenfactory.nebius.com/v1/datasets/uploads/{upload_id}/parts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/octet-stream' \ --data '"<string>"'
{ "upload_part_info": { "id": "<string>", "upload_id": "<string>", "status": "<string>", "created_at": 123 } }
Upload a new part
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type file.
file
Successful Response
Information about the uploaded part
Show child attributes
Was this page helpful?