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 S3, Google Cloud Storage, or Azure Blob.
s3
gcs
azure_blob
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": "production-docs", "config": { "bucket": "my-documents", "region": "us-east-1", "aws_access_key_id": "AKIA...", "aws_secret_access_key": "..." } }'
curl -X POST https://api.flexorch.com/v1/connectors/{id}/test \ -H "X-API-KEY: dfx_your_key_here"
source.connector_id
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": ["folder/file.pdf"]}}'