POST
/
generate-presigned-url
Generate presigned URL for uploading a file
curl --request POST \
  --url https://prod.featherhq.com/generate-presigned-url \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "fileName": "<string>"
}'
{
  "url": "<string>",
  "fileId": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Pre-signed URL generated successfully

The response is of type object.