Skip to content

Quick Start

This guide will help you get started with the Search Bing API.

Step 1: Log in to the console to obtain the access key

Log in to your account on the Cloudsway console, you can refer to the images below to find your access key (AK) information. AK is the credential used to access the MaaS API. Please keep it safe.

The login page is herealt text

Find your access key from the user profile menu. alt text

Then you can see your access key. alt text

Step 2: Purchase resources

Navigate to Search Bing API,and click create in the upper right. alt text

After creation, you will see the generated endpoint on the list page.

Step 3: Complete the call

Use the AK information and endpoint obtained from the console to complete the call.

curl --request GET \
  --url 'https://genaiapi.cloudsway.net/LPUqHEAjfonOmohV/bing/v7.0/search?q=panda&count=3' \
  --header 'Authorization: Bearer RWxxxxxxxx0Gd'