Advanced Usage
For more advanced users, the Cirro platform can be interacted with programmatically using the Cirro SDK or API.
SDK
Cirro provides a Python-based software development kit (SDK) to help users interact with the Cirro API. Generally, we recommend using the SDK for most interactions with Cirro, as it provides a more user-friendly interface than the API.
All publicly-exposed methods on our SDK are documented via Python docstrings. Visit our Python SDK documentation for usage information.
API
If you cannot use the SDK, you can interact with the Cirro API directly. Visit our API Usage page for more details on how to use.