REST API

The Soda Cloud API enables you to trigger actions and query data in your Soda Cloud account.

Connect to the Soda Cloud API

The following example demonstrates how to connect to the Soda Cloud API using Python.

Requirements

  • A Soda Cloud account

  • Python 3+

  • Recommended: A .env file containing API_KEY_ID and API_KEY_SECRET Example of .env:

## Replace the following with your credentials
API_KEY_ID=333c3c33-3c33-3c3c-cccc-3c3c3333c333
API_KEY_SECRET=CcC3cCC3C_CCCc33cCC3cCcCC333c_C3Cc3C333CC33cCCC--33cCcC

Learn how to Generate API keys.

Example connection

You can use this example as a starting point for integrating Soda into your workflows, ensuring that you replace placeholders with your own credentials and project-specific details. In one .py file, you can:

  1. Create a working session

  2. Send a POST request

  3. Send a GET request


circle-info

You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.

Last updated

Was this helpful?