POST
/
v1
/
assets
/
presigned
curl --request POST \
  --url https://api.runtrellis.com/v1/assets/presigned \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'files=[
  null
]' \
  --form 'ids=[
  "<string>"
]'
{}

Authorizations

Authorization
string
header
required

Body

multipart/form-data
files
file[]
required

Upload up to 20 files to upload

ids
string[]
required

List of IDs associated with the files

Response

200
application/json
Successful Response

The response is of type object.