> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensorlake.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# EU Endpoints

> Use Tensorlake's EU endpoints for data residency and compute in Europe, available for both Document Ingestion and Workflows APIs.

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

## Document Ingestion API

```python theme={null}
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

```python theme={null}
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.
