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
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
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type | string | no |
Request body
object
object
imagestringrequiredResponse
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