Upload
Uploads one or more files to the cloud. A list of all valid input formats can be found in the Specification section.
The method returns the file's identifier and token in the response. The identifier and token will be used in all subsequent requests concerning the file.
Important! The project settings for document assembly will be ignored when uploading a file via REST API. A separate document will be created for each file.
HTTP request
POST https://api-{location-id}.flexicapture.com/v2/file where {location-id} is the supported location. |
Path parameters
Parameters | |
file |
file, formdata Required. File body. |
Response
If successful, the response body contains an instance of FileInfoModel.
FileInfoModel JSON representation
FileInfoModel fields
5/18/2023 9:30:10 AM