Getting Started
CHARM is currently available in private preview.
Interested in early access? Request Now
Once your access is approved, follow the instructions below to install the Python SDK and get started. The SDK enables you to interact directly with the CHARM time-series embedding model and generate scalable embeddings from multivariate time series data.
Creating and Exporting API Key
Please contact us using the form below to receive a CHARM API key. Be sure to store your key securely, such as in your .zshrc file or another protected environment configuration.
Create an .env File
Create an .env file in your project directory and export it as an environment variable:
This allows you to keep your credentials separate from your code and avoid hardcoding sensitive information.
1 2CHARM_API_KEY=your-api-key CHARM_BASE_URL=https://ftse.c3ci.cloud/ftse
Install CHARM SDK
In order to use CHARM API using Python, you can install CHARM SDK for Python using pip:
1pip install c3-charm




