Auth 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.
API Keys
API Keys are project-specific credentials that allow programmatic access to resources within a project. Each API Key exists solely within the context of its project and has the same permissions as a project member. API Keys cannot have organization-level permissions.
Creating API Keys
- Go to the Tensorlake Dashboard
- Select the project to make API calls against.
- Create an API key.
Tensorlake Python SDK
The Tensorlake SDK leverages API Keys fo authentication.
For example:
your_app.py
HTTP API
HTTP API requests 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:
Understand Access
Learn about the access control model for API Keys