Skip to content

Commit

Permalink
adding the images to api page
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlynbain authored Oct 2, 2024
1 parent cab716a commit 96744a7
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions docs/watsonx-assistant/api-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```{}
Expand Down

0 comments on commit 96744a7

Please sign in to comment.