Skip to content

Obtaining Your API Key

Get your API credentials to start integrating Moveris Liveness Detection.

In plain terms

An API key is like a password that identifies your app when it talks to Moveris. You get it from the Developer Portal, and you must include it in every request. Keep it secret—never expose it in client-side code or version control.

Getting Started

  1. Create an account — Sign up at the Moveris Developer Portal

  2. Navigate to API Keys — Go to your dashboard and find the API Keys section

  3. Generate a new key — Click "Create API Key" and give it a descriptive name

  4. Copy and secure your key — Store your API key securely (you won't be able to see it again)

Go to Developer Portal

Keep your API key secure

  • Never commit API keys to version control
  • Use environment variables on your server
  • Never expose keys in client-side JavaScript
  • Rotate keys periodically for security