POST
/
api
/
v1
/
samples
/
confirm_upload
{
  "message": "<string>",
  "sample": {
    "$ref": "<string>"
  },
  "success": true
}

Confirms the upload. See Starting an Upload for more details on the full upload workflow.

Body

application/json
sample_id
string
required
upload_type
enum<string>
default:standard
Available options:
standard

Response

200 - application/json
Successful operation
message
string

A detailed success or failure message.

sample
object

A reference to the $uri of the uploaded sample.

success
boolean

Whether the upload was successful.