Quick Start
This guide will help you get started with the Search 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 here。
Find your access key from the user profile menu.
Then you can see your access key.
Step 2: Purchase resources
Navigate to Search API,and click create in the upper right.
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'