Sensei Machine Learning API guide

The Sensei Machine Learning API provides a mechanism for data scientists to organize and manage machine learning services, from algorithm onboarding through experimentation and to service deployment.

This developer guide provides steps to help you start using the Sensei Machine Learning API, and demonstrates API calls for performing CRUD operations on various Data Science Workspace resources.

Getting started

You are required to have completed the authentication tutorial in order to have access to the following request headers to make calls to Adobe Experience Platform APIs:

  • Authorization: Bearer {ACCESS_TOKEN}
  • x-api-key: {API_KEY}
  • x-gw-ims-org-id: {ORG_ID}

All resources in Experience Platform are isolated to specific virtual sandboxes. All requests to Platform APIs require a header that specifies the name of the sandbox the operation will take place in:

  • x-sandbox-name: {SANDBOX_NAME}

For more information on sandboxes in Platform, see the sandbox overview documentation.

All requests that contain a payload (POST, PUT, PATCH) require an additional header:

  • Content-Type: application/json

Next steps

Once you have gathered the required authentication credentials, you can proceed to the subsequent sections of this developer guide for sample API calls to the following endpoint groups:

recommendation-more-help
cc79fe26-64da-411e-a6b9-5b650f53e4e9