Start Building Now

Get your access token

4 + 8 =

Where to start ?

See how to use our API.

Shell

curl --request POST \
--url https://app.scandoc.ai/ks/authenticate/ \
--header 'accept: application/json' \
--header 'content-type: application/json'

JavaScript

const sdk = require('api')('@scandoc/v1.0#3yjdh10ln071f0f');
sdk.authenticate1()
.then(({ data }) => console.log(data))
.catch(err => console.error(err));

For more examples and full documentation visit readme.io .

To get you started we offer a pure JavaScript npm package .

createScanDocAIConfig(key, "test");
const extractionVideo = getExtractionVideo((data) => console.log(data));
document.getElementById('test').innerHTML = extractionVideo.getHTML();
extractionVideo.startVideo();