URL/Base64 UploadAsk AIpost https://app.docsumo.com/api/v1/eevee/apikey/upload/custom/Upload a document from a public URL or by providing its Base64 encoded content.Body ParamsfilestringrequiredThe public URL of the file or the Base64-encoded file content.typestringrequiredThe type of document being uploaded. Obtain the list of available types from the 'Get User Details and Document Types' endpoint.user_doc_idstringAn optional, unique identifier that you can assign to the document for your own internal tracking purposes.doc_meta_datastringOptional JSON string containing any additional metadata you want to associate with the document.filenamestringThe name for the file, including its extension. This is required when uploading a file using Base64.file_typestringenumrequiredSpecifies whether the file parameter contains a url or base64 content.urlbase64Allowed:urlbase64review_tokenbooleanIf true, the response will include a temporary, signed review URL that can be shared with external users.truefalsepasswordstringThe password for the document, if it is password-protected.HeadersapikeystringrequiredYour personal API key for authentication. You can find it on your Docsumo settings page.Responses 200OK 400Bad Request 401UnauthorizedUpdated 5 months ago