SDKs & CLI
Use COLA Cloud from Python, JavaScript, or the terminal. The SDKs and CLI wrap the same REST API and share the same API key.
Access methods
-
Python SDK
Install with
pip install colacloudfor typed sync and async clients. -
JavaScript SDK
Install with
npm install colacloudfor Node.js and modern browser workflows. -
CLI
Install with
pip install colacloud-clifor terminal lookup, JSON output, and shell pipelines.
When to use them
Use the SDKs when COLA Cloud data belongs in an application, notebook, or pipeline. Use the CLI for terminal lookups, debugging API responses, and piping structured JSON into local scripts.