Skip to main content
GET
/
ai-overviews
/
results
/
{id}
Get an AI overview result
curl --request GET \
  --url https://api.beeze.io/v1/ai-overviews/results/{id} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "promptId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "provider": "<string>",
    "scrapedDate": "<string>",
    "scrapedAt": "<string>",
    "createdAt": "<string>",
    "sources": [
      {
        "url": "<string>",
        "title": "<string>"
      }
    ],
    "ahrefsVolume": 123,
    "rawResponse": {}
  }
}

Authorizations

x-api-key
string
header
required

API key for external Beeze API access

Path Parameters

id
string<uuid>
required

Response

AI overview result detail

data
object
required