Upload a file in x-form encoded HTTP request
Files
Upload File (Form)
Upload a file using a multipart/form-data encoded HTTP request.
POST
Upload a file in x-form encoded HTTP request
Documentation Index
Fetch the complete documentation index at: https://docs.timelines.global/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
The body of request in multipart/form-data format, containing the file content, file name and mime-type.

