Skip to content

Start downloading a single variant (returns immediately, poll status via GET)

POST
/api/v1/download/{variantId}
curl --request POST \
--url http://localhost:8080/api/v1/download/1
variantId
required
integer format: int64

OK

Media type */*
object
status
string
Allowed values: PENDING IN_PROGRESS COMPLETED FAILED
filepath
string
error
string
totalSegments
integer format: int32
downloadedSegments
integer format: int32
totalBytes
integer format: int64
expectedTotalBytes
integer format: int64