Use Prebuilt Language Models
Deep Learning Development Cycle
Select the Best Use Case
Manage Development
Use Feedback to Improve a Model (Deprecated)
Einstein Vision and Einstein Language include REST-based APIs to help you quickly build natural language processing into your apps. These APIs have a few key differences from other Salesforce APIs, like the REST API or the Chatter REST API.
https://yourInstance.salesforce.com/services/data/v44.0/sobjects/Account/<accountId>The Einstein Vision API endpoint to get a dataset might look like:
https://api.einstein.ai/v2/language/datasets/<datasetId>
Each Einstein API call requires a valid access token. You programmatically handle getting an access token by using your key or by generating a refresh token with your key to get an access token. When you use the Einstein Vision or Language APIs, calls to get a token are made to the endpoint: https://api.einstein.ai/v2/oauth2/token
For example, you could have some test models that you create using an account for testing. Then when you decide one of those models is ready for production, you can create that dataset and model using your production account.