Skip to main content
GET
/
ai-overviews
/
sources
/
trends
Get AI overview source trends
curl --request GET \
  --url https://api.beeze.io/v1/ai-overviews/sources/trends \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "date": "<string>",
      "sources": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for external Beeze API access

Query Parameters

project
string
required

Project identifier. Accepts project ID, slug, or name within the active workspace. If the project name is ambiguous in that workspace, use the project slug or project ID. Public project-scoped routes also require globally unique project names across workspaces.

Minimum string length: 1
type
enum<string>
default:domain
Available options:
domain,
url
topN
integer
default:5
Required range: 1 <= x <= 20
from
string<date>

Start date in YYYY-MM-DD format

to
string<date>

End date in YYYY-MM-DD format

provider
string
locale
string
domain
string

Response

Source usage trends

data
object[]
required