Authorization header on every request. Some public PLG tools, such as statutory audits, can be accessed without a key. All requests must use HTTPS; plain HTTP connections are rejected.
API keys
Generate and manage API keys from the Lexera Developer Dashboard. Keys follow the formatlex_....
Example key:
Sending the token
Include the key in theAuthorization header as a Bearer token on every request.
Unauthenticated tools
The following tool is part of the public PLG funnel and does not require authentication:lexera_local_statutory_audit— rapid automated compliance check against local statutory laws.
lexera_route_to_specialist and lexera_get_order_status, require a valid Bearer token. For details on the statutory audit tool, see the lexera_local_statutory_audit reference.
HTTPS requirement
Error responses
Missing, invalid, or expired API keys return
401 Unauthorized. Verify that your Authorization header is correctly formatted with the Bearer prefix and that the key has not been revoked.