FruxonDocs
SystemStorage

Uploads a file to storage.

POST
/v1/tenants/{tenant}/storage

Path Parameters

tenant*string

The tenant identifier

Request Body

multipart/form-data

file?string

The file to upload.

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/storage"
{
  "fileId": "string",
  "fileType": "string",
  "isVectorized": false,
  "promptLink": "<string:string/>"
}
Empty
Empty