Upload file
POST /api/public/v1/documents/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
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