Content Compare [multipart/form-data]
POST
https://mostqiapi.com/process-image/content-compare
en-US
Last modified:2025-01-15 15:53:43
Description of the request body
Field Json
json
field is part of the form and must contain a Field list serialized in JSON.{
"fields": [
{
"name": "",
"value": ""
}
]
}
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 multipart/form-data
file
file
required
fileUrl
string
required
filePassword
string
required
json
string
required
Example:
{
"fields":[
{
"name": "",
"value": ""
}
]
}
Request samples
Responses
Modified at 2025-01-15 15:53:43