Fency.ai
Memory uploads

Memory uploads

Presigned uploads for file memories.

File memories are created on Memories, then uploaded with a presigned POST. See Uploading files for memories for the full flow. To retrieve a file later, use Memory download links.

The upload

AttributeTypeDescription
awsS3PostRequestobjectFields and URL required to POST the file to S3.

S3 POST fields

AttributeTypeDescription
amzDatestringThe x-amz-date value to include in the upload.
amzSignaturestringThe x-amz-signature value to include in the upload.
amzAlgorithmstringThe x-amz-algorithm value to include in the upload.
amzCredentialstringThe x-amz-credential value to include in the upload.
policystringThe policy document for the upload.
keystringThe object key the file will be stored under.
uploadUrlstringThe URL to POST the file to.
sessionTokenstringThe x-amz-security-token value to include in the upload.

On this page