Skill Engine API
A few specifics that are useful when integrating with the Skill Engine API:- The API is available over HTTPS only.
- Authentication and authorization use the OAuth 2.0 protocol, allowing for secure and scoped access to the product’s functionality.
- Each customer runs in a strictly isolated environment. Data is never combined across customers, and any models trained or optimized on your internal data are never applied outside your environment.
- You retain full control over the contents of your environment: the lifecycle of every Entity is managed explicitly by your company. See Data handling for how the Skill Engine treats the data you send it.