For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

VerifyMe provides a test secret and live secret keys which you can get from the VerifyMe Dashboard.

Headers for incoming requests must contain this secret in the format below.

{
    "Authorization": "Bearer <secret>"
}

Last updated