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.

See our API Reference for detailed examples of making direct API calls.

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
npm install dataextractorai

Python

Install our Python SDK using pip, poetry or uv:

Prerequisite:

  • Python 3.10 or later
  • pip, poetry, or uv package manager
pip install dataextractorai

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.

Need help? Contact us at [email protected]

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.