# Einstein Vision and Einstein Language **Provider:** Einstein Vision and Einstein Language **Category:** maps **Base URL:** `http://salesforce.local` **Auth:** bearer — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** See documentation **Free Tier:** No **Pricing:** Free tier available (subscription) **Docs:** http://salesforce.local ## Description Provided by Salesforce � Copyright 2000�2020 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other names and marks. Other marks appearing herein may be trademarks of their respective owners. Last updat ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `http://salesforce.local/v2/apiusage` | Get API Isage | | GET | `http://salesforce.local/v2/language/datasets` | Get All Datasets | | POST | `http://salesforce.local/v2/language/datasets/upload` | Create a Dataset From a File Asynchronously | | POST | `http://salesforce.local/v2/language/datasets/upload/sync` | Create a Dataset From a File Synchronously | | DELETE | `http://salesforce.local/v2/language/datasets/{datasetId}` | Delete a Dataset | | GET | `http://salesforce.local/v2/language/datasets/{datasetId}` | Get a Dataset | | GET | `http://salesforce.local/v2/language/datasets/{datasetId}/examples` | Get All Examples | | GET | `http://salesforce.local/v2/language/datasets/{datasetId}/models` | Get All Models | ## Authentication Bearer token in the Authorization header ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl -X GET 'http://salesforce.local/v2/apiusage' \ -H 'Authorization: Bearer YOUR_TOKEN' ``` ## Sample Response ```json {} ``` ## Pricing Details Sales Cloud: $25/user/mo (Starter). Enterprise: $165/user/mo. Unlimited: $330/user/mo. Developer Edition free for testing. --- *Source: [API Map](https://apimap.dev/apis/einstein-vision-and-einstein-language/) — CC BY 4.0*