Skip to main content
GET
/
entities
/
prompts
Get Entity Prompts
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
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer wsk_your_api_key

Query Parameters

entityId
string
required

Entity ID

period
enum<string>

Time period

Available options:
7d,
14d,
30d
startDate
string

Start date (ISO format)

endDate
string

End date (ISO format)

Response

Successful response

success
boolean
data
object[]