POST
/v1/sessions/{session_id}/storage/{plugin_id}/uploadAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
session_id*string
Current session identifier.
plugin_id*string
Plugin identifier.
Request Body
multipart/form-data
Multipart upload body.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
text/plain
text/plain
text/plain
text/plain
text/plain
curl -X POST "/api/v1/sessions/string/storage/string/upload"{
"ok": true,
"filename": "string",
"size": 0
}"Invalid upload request.""Session not found.""File size or user quota exceeded.""Write rate limit exceeded.""Storage backend failure."