API REQUESTS
Authentication and common API request information
The base URL for every request is:
https://api.eyelevel.ai/{VERSION}/partner
The current API version is v1. Therefore, the base URL for a v1 API request is:
https://api.eyelevel.ai/v1/partner
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.
get
https://api.eyelevel.ai/v1/partner/
:query
EXAMPLE QUERY
Last modified 2yr ago