Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Connect FlexOrch to an S3 bucket.
s3:GetObject
s3:ListBucket
curl -X POST https://api.flexorch.com/v1/connectors \ -H "X-API-KEY: dfx_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "type": "s3", "name": "my-s3-connector", "config": { "bucket": "my-documents", "region": "eu-west-1", "aws_access_key_id": "AKIA...", "aws_secret_access_key": "..." } }'
curl -X POST https://api.flexorch.com/v1/data-process/async \ -H "X-API-KEY: dfx_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "source": { "connector_id": 1, "keys": [ "invoices/jan/inv_001.pdf", "invoices/jan/inv_002.pdf" ] } }'
bucket
region
us-east-1
aws_access_key_id
aws_secret_access_key
prefix