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
http://salesforce.local
Auth type
Bearer Token
Auth header
Authorization: Bearer YOUR_TOKEN
Rate limit
See documentation
Pricing
Free tier available
Free quota
Developer Edition free (limited, for testing)
Documentation
http://salesforce.local
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
47%
builder-friendly
Bearer token in the Authorization header
Authorization: Bearer YOUR_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Developer Edition | Free | Free sandbox for testing |
| Starter | $25 | Per user/mo, basic CRM |
| Enterprise | $165 | Per user/mo, full customization |
| Unlimited | $330 | Per user/mo, 24/7 support |
Sales Cloud: $25/user/mo (Starter). Enterprise: $165/user/mo. Unlimited: $330/user/mo. Developer Edition free for testing.
| Method | Path | Description |
|---|---|---|
| GET | /v2/apiusage |
Get API Isage |
| GET | /v2/language/datasets |
Get All Datasets |
| POST | /v2/language/datasets/upload |
Create a Dataset From a File Asynchronously |
| POST | /v2/language/datasets/upload/sync |
Create a Dataset From a File Synchronously |
| DELETE | /v2/language/datasets/{datasetId} |
Delete a Dataset |
| GET | /v2/language/datasets/{datasetId} |
Get a Dataset |
| GET | /v2/language/datasets/{datasetId}/examples |
Get All Examples |
| GET | /v2/language/datasets/{datasetId}/models |
Get All Models |
curl -X GET 'http://salesforce.local/v2/apiusage' \ -H 'Authorization: Bearer YOUR_TOKEN'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Einstein Vision and Einstein Language documentation.