-
Notifications
You must be signed in to change notification settings - Fork 58
Getting NVIDIA API URL
Kosyne edited this page Sep 28, 2020
·
1 revision
To get the API URL, you'll want to do something similar to the following:
- Navigate to the NVIDIA product page in the region of your choice
- Press F12, this should open developer tools in either chrome or firefox.
- Click on the 'Network' tab on the developer tools.
- Refresh the page, while watching the 'Network' tab.
- Search for
api-prod
in one of the items that appears in that tab. (You can use the 'Filter URLs' feature to narrow your search. Clicking the 'XHR' option can also narrow things down.) - Once you see the correct one labeled 'api-prod', you can copy the URL from that.
Picture for example: