Water Feature Endpoint
Get water feature (lake, river, or ocean) GeoJSON using vector search and S3.
This endpoint uses vector search to map natural language queries to water feature names, then fetches the GeoJSON from S3.
Examples:
- "Lake Tahoe" -> Returns Lake Tahoe GeoJSON
- "Amazon River" -> Returns Amazon River GeoJSON
- "Pacific Ocean" -> Returns Pacific Ocean border GeoJSON
- With filter: {"query": "Superior", "feature_type": "lake"} -> Returns Lake Superior only
post/api/water-feature
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.