Prerequisites
- Python 3.10+
- A FlexOrch account and API key — generate one under Settings → API Keys
Install
Full example
Error handling
The SDK’s timeout error is exported as
TimeoutError (shadowing the Python
builtin within this import) — there is no separate JobTimeoutError in the
Python package. The TypeScript SDK uses JobTimeoutError instead; see the
TypeScript quickstart.What’s next?
Upload
Single file, multi-file, from S3.
Jobs
Poll, inspect, and manage processing jobs.
Datasets
Build, export, and index datasets.
Reference
Full API surface — all classes and methods.