Send Requests

To send a request to this API, you form the base URL by appending /api/v1 to the fully-qualified domain name. For example, if the URL for your Digital Assistant UI is https://oda-abcde12345.digitalassistant.example.com/botsui/home, then the base URL for the REST API is https://oda-abcde12345.digitalassistant.example.com/api/v1.

The method that you use to authenticate a call depends on the type of instance:

  • Digital Assistant instances that are paired with a subscription to a Fusion-based Oracle Cloud Applications service, such as HCM Cloud or Sales Cloud, and 19.4.1 instances that were migrated to Oracle Cloud Infrastructure: Use OAuth as described in Send IDCS OAuth Requests.
  • All other types of Digital Assistant instances: Use request signatures to authenticate your calls to the API as described in Send Signed Requests.