cURL
curl --request GET \ --url https://api.geogen.io/v1/trends/visibility \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "date": "<string>", "score": 123 } ] }
Get visibility trend over time.
API key authentication. Format: Bearer wsk_your_api_key
Entity ID
Time period
7d
14d
30d
Comma-separated model UUIDs
Successful response
Show child attributes