Installation
Choose your preferred programming language and follow the installation instructions to get started with DataExtractorAI.
Direct API Access
If you prefer to use our API directly without any SDK, you can make HTTP requests using any HTTP client. No installation is required - just use your API key with your preferred HTTP client.
JavaScript/Node.js
Our JavaScript SDK supports both Node.js and browser environments. Install using your preferred package manager:
Prerequisite:
- Please install Node.js (version 19 or higher) before proceeding.
- npm, yarn, or pnpm package manager
Python
Install our Python SDK using pip, poetry or uv:
Prerequisite:
- Python 3.10 or later
- pip, poetry, or uv package manager
If you are not using Node.js or Python, you can still use our API directly with any HTTP client. Check out our API Reference for more information.
Next Steps
Once you have installed the SDK, you can start extracting data from your documents. Check out our Quick Start Guide for a step-by-step tutorial on how to extract data using our SDKs.