Request
[POST]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Body Parameters
|Parameter | Type | Description | | --- | --- | --- | --- | |img REQUIRED | string | Base64 value of the image. please do not include the data type example: data:image/jpeg;base64 |Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the response data |
| entity.data | array | Ordered list of text strings extracted from the image via OCR. Each element is a distinct text block detected in the image, returned in reading order |