Create document
  POST /api/public/v1/documents/document     
 POST
 /api/public/v1/documents/document
 Creates a new document using an uploaded file.
Request Body required
object
 signedFileName 
 required
   The received name from the document upload
string
  fileName 
 required
   The original filename of the document
string
  processImmediately    
 Whether the AI should extract the documents contents immediately after upload. Defaults to false.
boolean
  paymentType    
 The payment type of the document
string
  externalId    
 An optional external ID for the document
string
 Responses
200
object
 konteraId    
 ID of generated and to be processed document within Kontera. Only set, if processImmediately was true.
string
  konteraFileId 
 required
   ID of generated file within Kontera
string