How to create an OctoAI API token
All endpoints require authentication by default. That means you will need an access token in order to run inferences against those endpoints. To generate a token, head to your Account Settings and click Generate token:
After generating a token, make sure to store it in your terminal and/or environment file for your app.
bash
Now you’ll be able to run inferences! For example:
cURL