Authentication

All API resources require Bearer Token Authentication over HTTPS. To do this, add the following header to all requests: "Authorization: Bearer $apikey" (where $apikey should be replaced with your API key).

Any links returned in API responses also need to be requested using authentication, as long as they are under the api.eyequant.com domain. Analysis outputs in particular may include off-domain links (e.g. direct links to map images on Amazon S3), which contain time-limited authorization tokens and require no further authentication.

To obtain your API credentials, please get in touch at [email protected].