This operation allows you to upload a file to the Tensorlake Cloud. The file will be associated with the project specified by the API key used in the request. The file can be of any of the following types: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.
Content-Type header.
In case the Content-Type header is not provided, the file extension will be used to infer the type.
If the file type cannot be determined, it will default to application/octet-stream.
We only keep one copy of the file, so uploading the same file multiple times will return the same file_id.
labels text field in the multipart form data.
Labels are optional, but they can be very useful for organizing and managing parse jobs.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
File uploaded successfully