Skip to main content
POST
/
v1
/
orchestrate
/
upload-to-s3
Upload To S3
curl --request POST \
  --url https://{api_endpoint}/api/v1/orchestrate/upload-to-s3/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'files=<string>' \
  --form 'id=<string>' \
  --form files.items='@example-file'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
files
file[]
required
id
string | null

Response

Successful Response