Corsali
  • Documentation Overview
  • Model API
    • cURL Example
    • Python Example
    • Errors
  • First Time User Guide
    • API Walkthrough
  • Authentication Keys
Powered by GitBook
On this page

Was this helpful?

  1. First Time User Guide

API Walkthrough

A fast way to begin interacting with our API

PreviousFirst Time User GuideNextAuthentication Keys

Last updated 3 years ago

Was this helpful?

If you would like to understand how the code works and where it came from, begin by reading through the . Otherwise open the code from the python example . 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), . 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.

A real authentication key is much longer and will take up multiple line

Click "Run"!

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 . 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.

On this page
here
python example
here
follow this guide to generate one