file required | string <binary> (File) |
{- "success": false,
- "content": "string",
- "processors": {
- "property1": {
- "success": false,
- "processor_name": "string",
- "processor_url": "string",
- "processor_description": "string",
- "error": "string",
- "error_short": "string",
- "metadata": { },
- "analysis": {
- "content_length": 0,
- "created": "string",
- "title": "string",
- "type": "string",
- "language": "string",
- "extra": { }
}
}, - "property2": {
- "success": false,
- "processor_name": "string",
- "processor_url": "string",
- "processor_description": "string",
- "error": "string",
- "error_short": "string",
- "metadata": { },
- "analysis": {
- "content_length": 0,
- "created": "string",
- "title": "string",
- "type": "string",
- "language": "string",
- "extra": { }
}
}
}
}
file required | string <binary> (File) |
rules required | string (Rules) |
{- "success": false,
- "content": "string",
- "processors": {
- "property1": {
- "success": false,
- "processor_name": "string",
- "processor_url": "string",
- "processor_description": "string",
- "error": "string",
- "error_short": "string",
- "metadata": { },
- "analysis": {
- "rules": "string",
- "matches": [
- {
- "rule": "string",
- "tags": [
- "string"
], - "namespace": "string",
- "meta": { },
- "strings": [
- {
- "identifier": "string",
- "instances": [
- {
- "matched_length": null,
- "offset": null,
- "plaintext": null
}
]
}
]
}
]
}
}, - "property2": {
- "success": false,
- "processor_name": "string",
- "processor_url": "string",
- "processor_description": "string",
- "error": "string",
- "error_short": "string",
- "metadata": { },
- "analysis": {
- "rules": "string",
- "matches": [
- {
- "rule": "string",
- "tags": [
- "string"
], - "namespace": "string",
- "meta": { },
- "strings": [
- {
- "identifier": "string",
- "instances": [
- {
- "matched_length": null,
- "offset": null,
- "plaintext": null
}
]
}
]
}
]
}
}
}
}
width | integer (Width) > 0 Default: 300 |
height | integer (Height) > 0 Default: 200 |
Color (string) or Color (null) (Color) | |
strategy | string (ThumbnailStrategy) Default: "pad" Enum: "pad" "fit" "cover" "contain" |
file required | string <binary> (File) |
{- "detail": [
- {
- "loc": [
- "string"
], - "msg": "string",
- "type": "string"
}
]
}