License Plate Recognition [application/json]
POST
https://mostqiapi.com/process-image/lpr
en-US
Last modified:2024-06-28 13:18:02
Request body description
Name | Type | Mandatory | Description |
---|---|---|---|
fileBase64 | String | Yes, if the fileUrl parameter is not provided | Binary content of the file to be processed, encoded as a text string according to the RFC3548 standard using base64 encoding. |
fileUrl | String | Yes, if the fileBase64 parameter is not provided | Public Url for accessing the file. |
filePassword | String | Yes, if the sent file is an encrypted PDF | The password must be encoded in a base64 string, since PDF files allow passwords as binary data. |
returnImage | Boolean | No | Returns image crops related to the extracted fields. |
returnedImageQuality | Integer | No | It's not mandatory. Allows you to set the quality of the returned deskew image in the extraction path. The attribute is optional, and its default value (when not reporting) is 75. |
Request
Header Params
Authorization
string
required
Example:
Bearer {{bearer_token}}
Body Params application/json
Request samples
Responses
Modified at 2024-06-28 13:18:02