Upload File
A guide on how to upload files via Base64 and Binary endpoints
Uploading a file in a nutshell
Base64
Upload a file (Base64)
Path Parameters
Name
Type
Description
{
"id": "b6e07480bb2a4ea59a4b5855814585d8",
"collectionId": "223742cc9bca43fd81b2d41b0018e4c7",
"name": "faktura.pdf",
"status": "Queued",
"progress": 0,
"numberOfPages": null,
"createdAt": "2023-06-07T11:18:19Z",
"updatedAt": "2023-06-07T11:18:19Z",
"metadata": {}
}See the example
Binary
Upload file (Binary)
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
See the example
See next:
Last updated