Lensmor provides developer-facing access to event, exhibitor, personnel, contact, and profile-matching data through the Lensmor API.
This repository hosts the public documentation site for developers integrating with Lensmor — an AI-native event intelligence platform for B2B teams.
Use the API to:
- Check credit balance before running credit-consuming workflows
- Browse and inspect event data
- Search exhibitors using company context and optional event scope
- Retrieve exhibitor and personnel profiles
- Search contacts with company-based inputs and unlock contact emails
- Request profile-matching recommendations for discovery workflows
https://platform.lensmor.com
All documented paths are relative to this base URL. For example:
GET /external/events/listPOST /external/exhibitors/search
- Create an account at app.lensmor.com, upgrade to a paid subscription plan, then create a user API key from Settings → API Keys.
- Send requests to
https://platform.lensmor.com. - Include the authorization header on every request.
- Browse the full interactive docs at api.lensmor.com or use the reference files in this repository.
Authorization: Bearer uak_your_api_keycurl -X GET "https://platform.lensmor.com/external/events/list?page=1&pageSize=20" \
-H "Authorization: Bearer uak_your_api_key"index.mdx— overview and quick startauthentication.mdx— authentication and authorization formatopenapi.json— OpenAPI 3.1 specification for documented endpointsapi-catalog.json— machine-readable API catalog pointing to the OpenAPI filellms.txtandllms-full.txt— LLM-friendly documentation entry pointsapi-reference/credits/— credit balance endpointconcepts/errors.mdx— shared error conventionsconcepts/pagination.mdx— pagination behaviorconcepts/identifiers.mdx— identifier conventionsconcepts/credits-and-access.mdx— credit costs, preview access, and unlock behaviorconcepts/rate-limits.mdx— rate-limit headers and429behaviorapi-reference/events/— event endpointsapi-reference/exhibitors/— exhibitor endpointsapi-reference/personnel/— personnel endpointsapi-reference/contacts/— contact search and email unlock endpointsapi-reference/profile-matching/— recommendation endpoints
- Build event discovery workflows
- Match exhibitors to a company profile or target audience
- Enrich sales, partnership, or market research pipelines
- Explore people and organizations connected to relevant events
pnpm dlx mintlify devSee changelog.mdx for versioned documentation updates. The current documentation version is v0.21.0.
Built by Lensmor — AI-native event intelligence platform. Turn trade show data into qualified pipeline.