Skip to main content

uploadDocument

Returns a pre-signed URL for uploading the file content of a previously created document. Issue a PUT with the matching Content-Type.

uploadDocument(
id: ID!
contentType: String!
): UploadFile!

Arguments

uploadDocument.id ● ID! non-null scalar

uploadDocument.contentType ● String! non-null scalar

Type

UploadFile object

Pre-signed URL for uploading a file to MONEI storage.