Country Border Endpoint

Get country border GeoJSON using vector search and S3.

This endpoint uses vector search to map natural language queries like "border of France" to country names, then fetches the GeoJSON from S3.

Examples:

  • "border of France" -> Returns France border GeoJSON
  • "France border" -> Returns France border GeoJSON
  • "German border" -> Returns Germany border GeoJSON
post/api/country-border

Request body

querystring required

Natural language query for country border (e.g., 'border of France', 'France border')

Response

Successful Response

statusstring required
dataobject nullable
errorstring nullable
timestampstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.