curl --location --request GET 'https://api.dageno.ai/business/api/v1/open-api/prompts//query_fanout?page&pageSize&startAt&endAt&platforms®ions' \
--header 'x-api-key: <api-key>'{
"success": true,
"code": 0,
"message": "OK",
"data": {
"items": [
{
"name": "best crm for startups",
"count": 6,
"internalShare": 0.32
},
{
"name": "top sales software for small business",
"count": 3,
"internalShare": 0.18
}
]
},
"meta": {
"pagination": {
"page": 1,
"pageSize": 20,
"total": 2,
"totalPages": 1
}
}
}