UploadRequest
Multipart form-data with a file and a JSON manifest
filebinarynullablerequired
The main file to upload (PDF, image, etc.)
manifestbinarynullablerequired
Manifest as a JSON file
UploadRequest
{
"file": "string",
"manifest": "string"
}