Skip to main content
POST
/
external
/
upload
Upload Files
curl --request POST \
  --url https://api.shieldbase.ai/external/upload \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-API-Key: <api-key>' \
  --header 'X-Client-ID: <api-key>' \
  --header 'X-Secret: <api-key>' \
  --form 'files=<string>' \
  --form 'folder_paths=<string>' \
  --form files.items='@example-file'

Authorizations

X-Client-ID
string
header
required
X-API-Key
string
header
required
X-Secret
string
header
required

Body

multipart/form-data
files
file[]
folder_paths
string

Response

200

Upload accepted