cURL
curl --request GET \ --url https://api.geogen.io/v1/entities/prompts \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": "<string>", "prompt": "<string>", "language": "<string>", "geolocation": "<string>", "createdAt": 123 } ] }
Get prompts for a specific entity with performance stats.
API key authentication. Format: Bearer wsk_your_api_key
Entity ID
Time period
7d
14d
30d
Start date (ISO format)
End date (ISO format)
Successful response
Show child attributes