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.

Error conventions

Lensmor API errors use real HTTP status codes.

Error body

{
  "code": 401,
  "message": "Invalid API key",
  "errorKey": "INVALID_API_KEY"
}

Common status codes

  • 400 Bad Request — invalid input or unsupported request shape
  • 401 Unauthorized — missing or invalid API key
  • 404 Not Found — requested resource does not exist
  • 409 Conflict — request conflicts with the current resource or action state

Notes

  • Error bodies do not include extra diagnostic fields such as data or details.
  • Individual endpoint pages may list the subset of statuses most relevant to that endpoint.