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 JSON representation
FileInfoModel fields
FileInfoModel fields
FileInfoModel | |
id | string Required. File ID. ID is used in all subsequent requests concerning the file. |
token | string Required. File access token. The token is used in all subsequent requests concerning the file. |
name | string Required. File name. |
extension | string Required. File extension. |
hash | string Required. File SHA512 hash. |
size | integer Required. File size in bytes. |
mime | string Required. File MIME type. |
is_recognizable | boolean Required. Specifies whether the file is recognizable or not. |
account | string Required. Account ID. |
application | string Optional. Application ID. |
string Required. The e-mail address of the user who uploaded the file. | |
created | string($date-time) Required. File upload date. |
expiring | string($date-time) Required. File expiration date. |
