response. below
refer to values from that response.
Request
bytes
The bytes of the file
Response
None. Once the upload has completed then a status code of204 will be returned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST -H "Content-Type: multipart/form-data" -F "AWSAccessKeyId=value" -F "key=value" -F "policy=value" -F "signature=value" -F "x-amz-security-token=value" -F "file=@/path/to/test.pdf" https://strangeloop-automations-documents.s3.amazonaws.com/
204 No Content
Uploading a file to Strange Loop that can be used as input to an Automation
response. below
refer to values from that response.
POST <response.url>
response.fields must also be passed in the request.204 will be returned.
curl -X POST -H "Content-Type: multipart/form-data" -F "AWSAccessKeyId=value" -F "key=value" -F "policy=value" -F "signature=value" -F "x-amz-security-token=value" -F "file=@/path/to/test.pdf" https://strangeloop-automations-documents.s3.amazonaws.com/
204 No Content