Run in Apidog
Maintainer: Not configured
Uploads a file to the secure vault storage (AWS S3). Returns a file reference key for later retrieval. Supports images, PDFs, documents, and other file types.
Request Add the parameter Authorization
to Headers Example: Authorization: ********************
Add parameter in header x-tenant-id
Example: x-tenant-id: ********************
or
Body Params multipart/form-data
Responses application/json
File uploaded successfully, returns file reference key
curl --location --request POST '/vault/upload' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--form 'file=@""' Response Response Example
{
"fileReference" : "string" ,
"created" : "2019-08-24T14:15:22.123Z"
} Modified at 2026-04-16 18:43:47