Aller au contenu principal

UploadRequest

Multipart form-data with a file and a JSON manifest

file(string | null)<binary>nullablerequired

The main file to upload (PDF, image, etc.)

manifest(string | null)<binary>nullablerequired

Manifest as a JSON file

UploadRequest
{
"file": "string",
"manifest": "string"
}