Using the RealEye API
Learn how to use the RealEye API to create studies, add participants, and get results with simple HTTP requests.
The RealEye API is accessed via the HTTP protocol secured by TLS v2 (HTTPS). It requires a license that includes API access - see available license types on our Pricing page.
There are two versions of the RealEye API:
- API v2.6 – to create and manage studies (API v2.6 documentation)
- API v1 – to download study results (API v1 documentation)
Authentication
All API requests must include a private access token.
How to Get Your API Token:
- You need a License with the API module.
- Contact RealEye support to receive your personal API token.
Include your token in every request using this format:
X-AUTH-TOKEN: YOUR_API_TOKEN
❗Keep your token secure. Do not share it or expose it publicly.
💌 If you have any questions or need further assistance, feel free to reach out to our team at support@realeye.io.