The Image Understanding API processes image files and Extract data from Images and meaningful information from them.
It converts image data into structured Markdown output and accepts Base64-encoded images as input.
Method
POST
Endpoint
{{base_url}}/imgUnderstand
Authentication
The following parameters and headers are required for authentication:
Required Params
- client_id — Your API authentication ID.
Required Headers
- client-secret — Your API authentication secret.
- Content-Type: application/json
Input Format
The API accepts Base64-encoded image data in JSON format.
Markdown Output (Default Format)
{
"file_data": "{%base64data%}"
}
Supported Image Types
- JPEG
- JPG
- SVG
Authentication Instructions
To acquire your Base URL, Client ID, and Client Secret,
please refer to the My Profile section inside your Bizdata account.
