From 96744a7c47b82e1c8e3a829ccf7c8ccfa1d766b7 Mon Sep 17 00:00:00 2001 From: Ashlyn Bain <70441757+ashlynbain@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:46:30 -0500 Subject: [PATCH] adding the images to api page --- docs/watsonx-assistant/api-access.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/watsonx-assistant/api-access.md b/docs/watsonx-assistant/api-access.md index 4d5301e..baf9008 100644 --- a/docs/watsonx-assistant/api-access.md +++ b/docs/watsonx-assistant/api-access.md @@ -12,15 +12,27 @@ This page will demonstrate how to access watsonx Assistant via an API call. ## Steps: 1. Access watsonx Assistant from Resource List in the IBM Cloud Account + +![test](../assets/api-access/resource.png) -2. Get API Key for watsonx Assistant from Launch webpage\ - +2. Get API Key for watsonx Assistant from Launch webpage +![test](../assets/api-access/api.png) + 3. Get Serice Instance URL from Launch webpage - +![test](../assets/api-access/url.png) + 4. Get Assistant ID from webpage within the Assistant settings - + - Head to the Homepage of your assistant: + ![test](../assets/api-access/assistant-page.png) + - Access the Assistant Settings on the bottom left corner of the page: + ![test](../assets/api-access/assistant-settings.png) + - Select *View details* on the Assistant IDs and API details section of the page: + ![test](../assets/api-access/view-details.png) + - Get the required information from this pop-up window: + ![test](../assets/api-access/details.png) + 5. Copy the Skill ID from the watsonx Assistant settings - + 6. Obtain the Session ID from CLI CURL ```{}