TensorLake APIs are available in the EU region, to provide data residency and compute in Europe.

Document Ingestion API

from tensorlake.documentai import (DocumentAI, Region)

doc_ai = DocumentAI(api_key="YOUR_TENSORLAKE_API_KEY", region=Region.EU)

EU HTTP Endpoint

EU HTTP Endpoint is https://api.eu.tensorlake.ai/

Workflows API

from tensorlake.functions_sdk import Graph

graph = Graph(name="my_graph", region=Region.EU)

API Keys and Webhooks

The same API key can be used for both US and EU regions. Webhooks are supported in both regions.