Starts the upload process

Initializes the upload for a deal. Each upload must be initialized before chunks can be uploaded for a deal.

post/uploads/{id}

Path parameters

idstring required

id

Request body

chunk_sizeinteger

ChunkSize defines the size of each data chunk to be used during the upload process.

raw_sizeinteger

RawSize indicates the total size of the data to be uploaded in bytes.

Response

UploadStartCodeOk indicates a successful upload start request with status code 200

Changes

No recorded changes to this endpoint across all 2 revisions of this API.