Skip to content

Getting Started

Accessing the SETI API

The SETI API is accessible via a public endpoint at https://facesdk.app.getsmarteye.mobi/

Authentication

Requests made to the API endpoint must be made using an API Key. API Keys are created on a per-organization basis and will be delivered by the Smart Eye Technologies Business Devlopment office. Each request to the API endpoint should indicate the API Key as the value of a header with the keu x-api-key

Example (curl)

curl -X POST -H 'x-api-key:example_key_value' https://facesdk.app.getsmarteye.mobi/operation

Throttling

Unless otherwise indicated, the SETI API permits 100 requests per second with bursts of up to 200 requests per second. Should you application require additional volume, these limits can be customized upon request.

Next: Presenting Image Data