Skip to content

Commit 96744a7

Browse files
authored
adding the images to api page
1 parent cab716a commit 96744a7

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

docs/watsonx-assistant/api-access.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,27 @@ This page will demonstrate how to access watsonx Assistant via an API call.
1212
## Steps:
1313

1414
1. Access watsonx Assistant from Resource List in the IBM Cloud Account
15+
16+
![test](../assets/api-access/resource.png)
1517

16-
2. Get API Key for watsonx Assistant from Launch webpage\
17-
18+
2. Get API Key for watsonx Assistant from Launch webpage
19+
![test](../assets/api-access/api.png)
20+
1821
3. Get Serice Instance URL from Launch webpage
19-
22+
![test](../assets/api-access/url.png)
23+
2024
4. Get Assistant ID from webpage within the Assistant settings
21-
25+
- Head to the Homepage of your assistant:
26+
![test](../assets/api-access/assistant-page.png)
27+
- Access the Assistant Settings on the bottom left corner of the page:
28+
![test](../assets/api-access/assistant-settings.png)
29+
- Select *View details* on the Assistant IDs and API details section of the page:
30+
![test](../assets/api-access/view-details.png)
31+
- Get the required information from this pop-up window:
32+
![test](../assets/api-access/details.png)
33+
2234
5. Copy the Skill ID from the watsonx Assistant settings
23-
35+
2436
6. Obtain the Session ID from CLI CURL
2537

2638
```{}

0 commit comments

Comments
 (0)