Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3091/v1/api/files/upload \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "file": "<string>" } '
{}
Téléverse un fichier image ou PDF (max 10 Mo) vers le stockage S3/MinIO
JWT access token from POST /v1/api/auth/login
File uploaded, URL returned
The response is of type object.
object