Install
Which do I need?
A complete integration has two halves, and you typically pick one package from each:- Client — embed the Element so customers upload, see findings, and get auto-fixes. Use
filecheck-json vanilla stacks, orfilecheck-react/filecheck-vueinside those frameworks. Gate your submit button oncanProceedand carry thejobIdto your server. - Server — before fulfilling, verify the submitted
jobIdwith your secret key. Usefilecheck-nodeorfilecheck/filecheck-php; both encode the verification checklist in a singleverify()call.
Not on npm or Composer? The plain
<script> embed works everywhere — see Element on a custom stack. No browser in the flow at all? Use the headless API integration.