Upload File

Upload endpoint supporting:

  1. Direct upload: POST with multipart/form-data containing 'file' (single or multiple)
  2. Signed URL generation: POST without file to get a signed upload URL

For multiple files, send multiple form-data entries with key 'file'

post/upload

Headers

X-API-Keystring nullable

Response

Successful Response

{"stackTrail":"paths:/upload:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes