Skip to main content

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.

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.