Skip to the content

Automate Everything !

🤖 Explore with AI: ChatGPT Perplexity Claude Google AI Grok

For Enterprises | Teams | Start-Ups

eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

0
$0.00
eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

Menu
0
$0.00
  • Categories
    • Workflow Automation
    • AI Workflow
    • AI Agent
    • Agentic AI
  • Home
  • Automate Now !
  • About Us
  • Contact
  • Blog
  • Free AI Workflow
  • Free AI Agents

eZintegrations

  • eZintegrations Introduction
  • Data Source API
    • Response Parameters: Text, XML, and JSON Formats
    • Environment Settings for Reusable and Dynamic Configuration
    • API Pagination Methods for Large Data Retrieval
    • API Numeric Parameters for Pagination and Record Limits
    • API Time Parameters for Date and Time-Based Data Filtering
    • Authorization
    • How to test the Data Source API
    • API Pagination
      • API Pagination Styles

Goldfinch AI

  • Goldfinch AI Introduction

Bizdata API

  • Universal API for Database
    • Bizdata Universal API for Database
  • SFTP API
    • SFTP API
  • Webhook & Websocket Integration
    • Webhook & Websocket Integration
  • Document and Image Understanding APIs
    • Document and Image Understanding APIs
  • Web Crawler API
    • Web Crawler API
  • AI Workflow Testing APIs
    • Netsuite Source Testing API (Netsuite API Replica)
    • Salesforce Testing API (Salesforce API replica)
    • OAuth2.0 Testing API 
    • Basic Auth Testing API 
    • No Auth Testing API
    • Pagination with Body Testing API
    • Next URL Pagination Testing API 
    • Total Page Count Pagination Testing API
    • Cursor Pagination Testing API 
    • Offset Pagination Testing API
  • Import IB API
    • Import IB API
  • Linux File & Folder Monitoring APIs
    • Linux File & Folder Monitoring APIs
View Categories

Document and Image Understanding APIs

These APIs extract structured text and images from common document and image file types like PDF, Word, Excel, PNG, JPEG, etc. This turns unstructured files into machine-readable data for automation workflows. 

Document Understanding API 

Method : POST 

 

{{base_url}}/docUnderstand

Authentication: 

Required Params: 

Parameter Name  Value  Description 
client_id  your_client_id  API authentication id. 

Required Headers: 

Header Name  Value  Description 
client-secret  your_client_secret  API authentication secret. 
Content-Type  application/json  Data sent in json format. 
Input Formats: 

JSON Body (Base64 Data and format) 

  1. For Markdown (Default Format)

 

{

 

“file_data”: “{%base64data%}”

 

}

  1. For Markdown (Explicit Format)

{

“file_data”: “{%base64data%}”,

 

“format”:“markdown”

 

}

  1. For JSON Output

 

{

 

“file_data”: “{%base64data%}”,

“format”:“json”

 

}

File support by docUnderstanding API: 
  • PDF 
  • PowerPoint 
  • Word 
  • Excel 
  • Audio  
  • HTML 
  • Text-based formats (CSV, JSON, XML) 
  • ZIP files  
  • EPubs 

Image Understanding API 

Method: POST 

{{base_url}}/imgUnderstand

Authentication: 

Required Params: 

Parameter Name  Value  Description 
client_id  your_client_id  API authentication id. 

Required Headers: 

Header Name  Value  Description 
client-secret  your_client_secret  API authentication secret. 
Content-Type  application/json  Data sent in json format. 
 JSON Body (Base64 Data and format) 
  1. For Markdown (Default Format)

 

{

 

“file_data”: “{%base64data%}”

 

}

File support by ImgUnderstanding API: 
  • JPEG 
  • JPG 
  • SVG 
Authentication Instructions:

To acquire the Base URL and create your own Client ID and Secret, please refer to the My Profile section within your Bizdata account.

Updated on December 9, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Table of Contents
  • Document Understanding API 
    • Authentication: 
    • Input Formats: 
    • File support by docUnderstanding API: 
  • Image Understanding API 
    • Authentication: 
    •  JSON Body (Base64 Data and format) 
    • File support by ImgUnderstanding API: 
    • Authentication Instructions:
© Copyright 2025 Bizdata Inc. | All Rights Reserved | Terms of Use | Privacy Policy