Skip to content

Upload file

POST
/api/public/v1/documents/file

Generate a signed URL to upload a document to.

Request Body required

object
fileName
required

Filename of your document, including its extension.

string
document.pdf
contentType

ContentType of uploaded document. If none is provided, Kontera will auto-detect it using the provided filename.

string
Allowed values: application/pdf image/jpg image/jpeg image/png
application/pdf

Responses

200

object
signedContentType
required

Detected or provided content type

string
signedFileName
required

The name of the file being uploaded

string
signedUrl
required

The signed url where the file should be uploaded to using multi-part form upload.

string

401