- Data residency: All data is stored and processed within the EU
- GDPR compliance: The EU-hosted version of is compliant with the General Data Protection Regulation (GDPR)
- Regional performance: Reduced latency for European users
GDPR and Compliance
Refer to the resources below to learn more about GDPR and compliance.Trust Center
The Trust Center is your central resource for accessing our security documentation, compliance reports, and real-time system status.
Security and Compliance
This page outlines our security posture, compliance with industry standards, and the measures we take to safeguard your data across our products and infrastructure.
EU Pricing
For the Explore plan, $1.30 USD = 100 credits. We price in US dollars across all regions. Your payment will be processed in USD using current exchange rates.Differences When Using the EU
Using in the EU works the same as the default US deployment, with only a few key differences outlined in this article:- Create an account: Use the EU URL
- Get your API key: Use the EU URL
- Call the API directly: Use the EU endpoint
- Use the library: Set the EU endpoint as an environment variable
Create an Account in the EU
Create an account and access the Playground in the EU here: https://va.eu-west-1.landing.ai/home.Get Your API Key for the EU
To get your API key for the EU, go to https://va.eu-west-1.landing.ai/settings/api-key. Use this API key when using the library or calling the API directly in the EU. API keys are deployment-specific. An API key created in the US will not work for the EU, and vice versa.Call the API Directly in the EU
To ensure your API calls are processed in the EU, replace the default base URL with the EU base URL: US:https://api.va.landing.aiEU:
https://api.va.eu-west-1.landing.ai
For example:
- US:
https://api.va.landing.ai/v1/ade/parse - EU:
https://api.va.eu-west-1.landing.ai/v1/ade/parse
Use the Library with the EU
To connect the LandingAI library to the EU deployment, configure the endpoint based on which library you’re using. landingai-ade library (recommended) If using the Python library, set theenvironment parameter to eu when initializing the client.

