Set up the Heroku add-on for Einstein Vision Services
This section covers step-by-step instructions to set up an add-on for Einstein Vision Services on Heroku. The steps are shown as follows:
- Create a Heroku application on your Heroku developer instance. You can sign up for a free Heroku instance here and download the Heroku CLI (https://devcenter.heroku.com/articles/heroku-cli).
- Create a Heroku application using the following commands:
heroku login //Enter credentials to log in heroku create <your app name>
- Provision the add-on using Heroku CLI. The following shows the command to associate the add-on for your Heroku application:
heroku addons:create einstein-vision:test --app <your app name>
Note
Note that you will be asked to enter your credit card if you have not entered one for verification. You wont be charged as long as you are using free services, but please be mindful of the services you choose.
- To set up authorization, we will need a Private Key endpoint and
ACCOUNT_ID
. The...