Skip to main content

Documentation Index

Fetch the complete documentation index at: https://api.lensmor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authentication

All external/* endpoints under https://platform.lensmor.com require a user API key.

Header format

Authorization: Bearer uak_your_api_key

Base URL

https://platform.lensmor.com Combine this base URL with the endpoint paths documented in the API reference. For example, GET /external/events/list becomes GET https://platform.lensmor.com/external/events/list.

How it works

  • The public contract uses a Bearer token in the Authorization header.
  • Use the header format shown above on every request.
  • These docs describe the public API available at https://platform.lensmor.com/external/*.

Before you call the API

  • Use a valid user API key.
  • Obtain a valid user API key. API access is available to paying customers — contact hello@lensmor.com to purchase.
  • Send the header on every request.
  • Expect 401 Unauthorized when the key is missing, malformed, revoked, or otherwise invalid.

Notes

  • Use the uak_... user API key format shown above for these endpoints.
  • Invalid or missing keys return the shared API error contract described in Error conventions.