Skip to content

Human-Detector (HD): Integration steps

Integration on Website:

  • Place the following script at the end of the <head> tag on all pages:
    1. <script src="/n7/n7HD.js" type="text/javascript" async defer></script>

Integration on Mobile App:

  • For mobile apps, follow these steps:
    1. Make a GET call to /n7/getHDToken at app launch.
    2. Include header: X-NV-Security-Key (provided by N7 team).
    3. Extract token from response header: X-NV-HD-Token.
    4. Include this token in all requests as: X-NV-HD-Token:
    5. Refresh the token every 8-9 minutes.