POST
/
knowledge
/
generate_presigned_url
curl --request POST \
  --url https://api-west.millis.ai/knowledge/generate_presigned_url \
  --header 'Content-Type: application/json' \
  --data '{
  "filename": "<string>"
}'
{
  "url": "<string>",
  "fields": {}
}

Headers

authorization
string | null

Private Key

Body

application/json
filename
string
required

Response

200
application/json
Successful Response
url
string
required
fields
object
required