API REQUESTS

Authentication and common API request information

Base URL

The base URL for every request is:

https://api.eyelevel.ai/{VERSION}/partner

Current Version

The current API version is v1. Therefore, the base URL for a v1 API request is:

https://api.eyelevel.ai/v1/partner

Authentication

Every API request must include a HEADER containing your partner API key and a HEADER defining the content type of your request. In v1, JSON is the only accepted content type.

EXAMPLE QUERY

GET https://api.eyelevel.ai/v1/partner/:query

Path Parameters

NameTypeDescription

query

string

API request type

Headers

NameTypeDescription

X-API-KEY

string

EyeLevel partner API key

Content-Type

string

application/json

{
    "message": "ERROR MESSAGE"
}

Last updated