Skip to main content
POST
Create File Upload

Авторизации

X-API-Key
string
header
обязательно

Тело

application/json
content_type
string
обязательно

Must be application/pdf: the file is attached as the document's PDF as it is, without conversion.

filename
string
обязательно

Filename to store the file under (shown when downloading).

size_bytes
string
обязательно

Exact size of the bytes to upload; storage rejects a larger object.

Ответ

OK

file
object

The reserved upload (status PENDING).

upload
object

The presigned form to POST the bytes to.