Skip to main content

Documentation Index

Fetch the complete documentation index at: https://lava.so/docs/llms.txt

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

Global Legal Entity Identifier Foundation API providing LEI records, entity search, autocomplete, and corporate hierarchy data for legal entities worldwide. Best for KYC/AML compliance, counterparty identification, and resolving legal entity names to standardized identifiers. The authoritative global registry for legal entity identification — unlike People Data Labs or Apollo (contact-level data), GLEIF operates at the legal entity level with regulatory-grade identifiers. 1 example endpoint available through Lava’s AI Gateway. See the GLEIF API docs for full documentation.
This provider is managed — no additional setup required.
This is a catch-all provider — any valid URL under https://api.gleif.org/api/v1 is supported. Legal entity identifier API. Construct URL as https://api.gleif.org/api/v1/{endpoint}. Common endpoints: /lei-records?filter[entity.legalName]=, /autocompletions?field=fullName&q=, /lei-records/. The endpoints below are curated examples.

Endpoints

Search LEI records

GET https://api.gleif.org/api/v1/lei-records?filter[entity.legalName]=Apple — Free
const data = await lava.gateway('https://api.gleif.org/api/v1/lei-records?filter[entity.legalName]=Apple', { method: 'GET' });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests