Content Fullreader [application/json]
POST
https://mostqiapi.com/process-image/content-fullreader
en-US
Last modified:2024-06-28 12:58:28
Request body description
{
"fileBase64": "",
"fileUrl": ""
}
Name | Type | Mandatory | Description |
---|---|---|---|
fileBase64 | String | Yes, when fileUrl parameter is not informed | Binary of the file to be processed, encoded in text string according to RFC3548 standard using base64 encoding. |
fileUrl | String | Yes, when fileBase64 parameter is not informed | Public URL of the file to be processed. |
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}}
Param-AntiXss-Response
string
optional
Example:
1
Body Params application/json
Request samples
Responses
Modified at 2024-06-28 12:58:28