Account and Access
Authentication
Learn how to make API requests to the Tensorlake APIs
Tensorlake Account
You need to have a Tensorlake Cloud account to make API requests. You can create an account on cloud.tensorlake.ai.
Get your API Key
Create an API Key to access the Tensorlake APIs
Understand Access
Learn about the access control model for API Keys
Using the Tensorlake SDK
The Tensorlake SDK leverages API Keys fo authentication.
For example:
your_app.py
For additional quickstarts, cookbooks, and tutorials, visit our examples hub.
Making API Requests
Every API request needs to include the API Key in the header as a Bearer Token.
For example, to make a request to the Document File Management API, you would use the following curl command: