Authentication

Authentication is the first step in securely accessing the Motovizion AI API. Our APIs use API keys to verify the identity of the integration partner and to ensure secure communication. Each API key is unique and tied to your account. Here's everything you need to know about how to request and use your API key.

Gettng Your API Key

To access the Motovizion AI API, you must first obtain an API key. Follow these steps:

  1. Request Access: Contact your Motovizion AI account representative or email our support team at [email protected] to request API access. If new to Motovizion AI you can request a key from [email protected].

  2. Approval Process: Once your request is approved, you will receive your unique API key via email.

  3. Store Securely: Treat your API key as a password. Do not share or expose it publicly to ensure the security of your integration.

Using Your API Key

You must include your API key in every request to authenticate with the Motovizion AI API. The key should be included as part of the request header.

Header Based Authentication

To use your API key, include it in the request header as X-API-Key.

POST HTTP/1.1
Host: api-v2.motovizion.ai
Content-Type: application/json
X-API-Key: {API Key}

Last updated