Image Properties [application/json]
POST
https://mostqiapi.com/process-image/image-properties
en-US
Last modified:2024-06-28 13:14:30
Request body description
Name | Type | Mandatory | Description |
---|---|---|---|
fileBase64 | String | Yes, if qrCodeField or fileUrl are not provided | Binary file to be proccessed, encoded in a text string according to the RFC3548 standard using base64 encoding. |
fileUrl | String | Yes, if qrCodeField or fileUrl are not provided | Public URL of the file to be proccessed. |
filePassword | String | Yes, if the submitted file is an encrypted PDF | Password encoded in a base64 string, as PDFs allow passwords to be binary data. |
Request
Header Params
Authorization
string
required
Example:
Bearer {{bearer_token}}
Body Params application/json
Request samples
Responses
Modified at 2024-06-28 13:14:30