curl --location --request POST 'https://api.dageno.ai/business/api/v1/open-api/keywords/volume' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keywords": [
"marketing teams",
"content marketing"
]
}'{
"success": true,
"code": 0,
"message": "OK",
"data": [
{
"vol": 1300,
"cpc": {
"currency": "$",
"value": "9.09"
},
"keyword": "marketing teams",
"competition": 0.21,
"trend": [
{
"month": "March",
"year": 2025,
"value": 1600
}
]
},
{
"vol": 1900,
"cpc": {
"currency": "$",
"value": "4.22"
},
"keyword": "content marketing",
"competition": 0.31,
"trend": [
{
"month": "March",
"year": 2025,
"value": 2200
}
]
}
]
}