AI-Powered Document Extractor

Intelligent AI reads documents and extracts required entities into key-value pair JSON format.



















Upload File

Pricing

1000 API calls per month
$99 USD


10,000 API calls per month
$799 USD


Contact us for custom pricing

Request API Access



















API Documentation

Integrate with our AI-powered document extractor.

Upload Document

Endpoint: POST /extract

Base URL: https://neuratac.com/api

Headers
accept: application/json
Request Parameters
Parameter Type Description
file Form Data Upload document/image file.
keys String keys need to extracted.
api_key String Authentication key.
Example cURL Request
curl --location 'https://neuratac.com/api/extract' \
--header 'accept: application/json' \
--form 'file=@"/path/to/file"' \
--form 'keys=""' \
--form 'api_key=""'