The ELLI API allows programmatic access to our innovative services through secure RESTful endpoints.
API requests require an authorization header with a valid token.
POST https://elli.ell/api/v1/auth/token
Authorization: Basic
Credentials format: username:password
Response: {"access_token": "...", "token_type": "Bearer"}
Authorization: Bearer
Tokens expire in 60 minutes by default
Explore our API with detailed documentation for each resource.