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.

Lensmor API

Lensmor provides access to the public API endpoints exposed under https://platform.lensmor.com/external/*. Use this site to understand authentication, shared response conventions, and the available resources for events, exhibitors, personnel, contacts, and profile matching.

Base URL

https://platform.lensmor.com All endpoint paths in this documentation are relative to this base URL. For example, GET /external/events/list resolves to GET https://platform.lensmor.com/external/events/list.

Quick start

  1. Get a valid user API key. Obtain a valid user API key. API access is available to paying customers — contact hello@lensmor.com to purchase.
  2. Send requests to https://platform.lensmor.com with Authorization: Bearer uak_your_api_key.
  3. Read Authentication before calling any endpoint.
  4. Browse the API Reference by resource in the left navigation.

Available resources

  • Events — browse, score, rank, and inspect event details.
  • Exhibitors — list exhibitors, search by profile inputs, inspect profiles, and fetch related events.
  • Personnel — list people, inspect profiles, and fetch related events.
  • Contacts — search contacts with company-based query inputs.
  • Profile Matching — request paged recommendation results and retrieve recommended exhibitors for an event.

Shared conventions

Scope of this documentation

This documentation covers publicly supported API requests, responses, and shared conventions. It focuses on the request and response behavior needed to integrate with Lensmor.