API Walkthrough
A fast way to begin interacting with our API
If you would like to understand how the code works and where it came from, begin by reading through the python example. Otherwise open the code from the python example here. You will need to sign up for an account and fork the repo in order to go through this tutorial.

Under "User Specific Inputs" we see three values that we need to fill out: organization_id, model_id, and authentication_key.
If you do not have an authentication key (or lost yours), follow this guide to generate one. Remember to save it to a secure location as it can only be viewed once. Copy and paste the value into the file under authentication key.

On this page you can find your Organization Id as well as any models associated with your account. Choose the model you wish to query and fill in the organization_id and model_id in the file.

Lastly we need to fill in the correct example_input.json. Find all your models here. Select the one that matches the model id you chose. Copy and past the example input given into the example_input.json in the file.

Click "Run"!

Last updated
Was this helpful?