File Upload
Files
File Upload
Allows sending a file to the system.
POST
File Upload
Documentation Index
Fetch the complete documentation index at: https://docs.orkeia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
POST /upload-file
AuthenticationRequires header
authorization: <your_token>.
Parameters
Send the file as base64.| Name | Type | Required | Description |
|---|---|---|---|
| file | base64 | Yes | file |
| filename | string | Yes | file name |
Request Body
Send the file as base64.Example (cURL)
Responses
Response - Success
response
