x-openapi-key: ********************{
"appId": "string",
"region": "string",
"keyword": "string",
"device": "IPHONE",
"cover": true,
"limit": "TOP_200"
}curl --location --request POST 'https://api.foxdata.com/apiv1/keyword/recommend' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"region": "string",
"keyword": "string",
"device": "IPHONE",
"cover": true,
"limit": "TOP_200"
}'{
"requestParam": {
"appId": "",
"region": "",
"keyword": "",
"device": "",
"cover": false,
"limit": ""
},
"result": [
{
"keyword": "",
"rank": 0,
"relation": 0,
"searchVolume": 0,
"num": 0,
"cover": false
}
],
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}