ElectroNeek Documentation

Send Document to Recognition

Use this method to be able to extract information from a document


posthttps://api.electroneek.com/v1/intellidocs/scan

Try it

Sent from your browser straight to the API — nothing passes through this site, and the api key is kept in this tab only.
header parameters
Converted to base64 in your browser — nothing leaves this page until you press Send.
cURL
curl --request POST \
  --url 'https://api.electroneek.com/v1/intellidocs/scan' \
  --header 'Content-Type: application/json' \
  --data '{"image": "data:image/png;base64,"}'

Authentication

Use the API Key from your Document Stream. IntelliDocs is a single global API, so the key is not tied to a region — see managing API keys.

header parameters

NameTypeRequiredDescription
Content-Typestringno

Request body

object
object
imagestringrequired

Response

200Success

Returns the extracted document as JSON. The structure depends on your Document Stream — see the Output Schema page for the full field reference.

Updated