Authorizations
Body
application/json
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>"
}
Generate a pre-signed URL for uploading a file to S3
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>"
}