Elli API

Elli API

The ELLI API allows programmatic access to our innovative services through secure RESTful endpoints.

Get Started View Endpoints

Authentication

API requests require an authorization header with a valid token.

Obtain Token

POST https://elli.ell/api/v1/auth/token
Authorization: Basic

Credentials format: username:password

Response: {"access_token": "...", "token_type": "Bearer"}

Token Usage

Authorization: Bearer

Tokens expire in 60 minutes by default

Available Endpoints

Explore our API with detailed documentation for each resource.