File Management
Upload File
POST
Upload a file to Tensorlake for document parsing or structured extraction.
This API call returns a managed File object, of the form tensorlake-<file_id>
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
File uploaded successfully
Was this page helpful?