Content Compare [application/json]
POST
https://mostqiapi.com/process-image/content-compare
en-US
Last modified:2025-01-15 15:53:26
Request body description
Name | Type | Mandatory | Description |
---|---|---|---|
fields | Field List | Yes | Field List serialized in JSON. These values will be used in comparison with the content. |
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. |
Field
Name | Type | Nullable | Description |
---|---|---|---|
name | String | Yes | Name of the field that will be compared to the content. |
value | String | Yes | Value used in the comparison. |
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 2025-01-15 15:53:26