POST
/
storage
/
upload-file
curl --request POST \
  --url https://platform.thena.ai/storage/upload-file \
  --header 'Authorization: Bearer <token>' \
  --header 'x-org-id: <api-key>'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Query Parameters

expiry
enum<string>

Expiry format for the file if shouldExpire is true

Available options:
1d,
1w,
1m,
1y