API Documentation
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.
The Access Control page has more information on API keys and their access.
Creating API Keys
API Keys are project-specific credentials that allow programmatic access to resources within a project.
- Select the project to make API calls against.
- Create an API key, we recommend giving it a name.
Every tensorlake API key starts with tl_apiKey_*
.
Using the Tensorlake SDK
The Tensorlake SDK leverages API Keys fo authentication.
For example, your_app.py
:
Refer to [/documentai/](Document AI) for more examples.
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 Parsing API, you would use the following curl command:
Was this page helpful?