Skip to main content
POST
/
v1
/
datasets
/
uploads
/
{upload_id}
/
parts
Upload a new part for a multipart upload
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
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

upload_id
string
required

Query Parameters

ai_project_id
string | null

Body

application/octet-stream

The body is of type file.

Response

Successful Response

upload_part_info
UploadPartInfoResponse · object
required

Information about the uploaded part