Developer Login

Enter your API Key

Console

KEY: ••••

Select PDF

Tap or drag file

RESPONSE
...
BALANCE
...
LIMIT
...
USED
...
STATUS
...
USER
...
EXPIRY
...
API KEY
...
curl -X POST https://www.sm.bean-hub.shop/SMART-NID.php -F "key=API_KEY" -F "pdf=@file.pdf"
$c=curl_init('https://www.sm.bean-hub.shop/SMART-NID.php');curl_setopt($c,CURLOPT_POSTFIELDS,['key'=>'API_KEY','pdf'=>new CURLFile('file.pdf')]);echo curl_exec($c);