x-openapi-key: ********************{
"appId": "6451407032",
"region": "CN",
"metrics": ["CORRELATION","RANK","VOLUME","BIDDING"],
"limit": "ALL"
}curl --location --request POST 'https://api.foxdata.com/apiv1/keyword/asa' \
--header 'x-openapi-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "6451407032",
"region": "CN",
"metrics": ["CORRELATION","RANK","VOLUME","BIDDING"],
"limit": "ALL"
}'{
"requestParam": {
"appId": "",
"region": "",
"metrics": [
""
],
"limit": ""
},
"result": {
"appInfoMap": {
"": {
"appId": "",
"appName": "",
"icon": ""
}
},
"iconPrefix": "",
"dates": [
""
],
"keywords": [
{
"keyword": "",
"ranking": {
"num": 0,
"trend": [
0
]
},
"corr": 0,
"volume": {
"num": 0,
"trend": [
0
]
},
"result": {
"num": 0,
"apps": [
""
]
},
"bidding": {
"num": 0,
"per": 0.0,
"apps": [
{
"appId": "",
"per": 0.0
}
]
}
}
]
},
"creditsCost": {
"requestCredits": 0,
"baseCredits": 0,
"extraCredits": 0,
"totalCostCredits": 0
},
"next": {
"taskId": "",
"pageKey": ""
}
}