OpenCage
Worldwide forward and reverse geocoding API. Affordable, predictable pricing. GDPR compliant, made with open data, trusted by thousands of developers.
opencagevcatalog-v14 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "OPENCAGE_GET_GEOJSON", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("OPENCAGE_GET_GEOJSON", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute OPENCAGE_GET_GEOJSON --data '{ }'Tool 目录
可用 Tools
4 个可调用操作
request a GeoJSON geocoding responseOPENCAGE_GET_GEOJSONGeocode (GeoJSON)需要连接
Geocode (GeoJSON)
认证
需要 Connected AccountTags
GeocodingReverse Geocoding
request a JSON geocoding responseOPENCAGE_GET_JSONGeocode (JSON)需要连接
Geocode (JSON)
认证
需要 Connected AccountTags
GeocodingReverse Geocoding
check API health and connectivityOPENCAGE_GET_PINGHealth check endpoint to verify API availability需要连接
Health check endpoint to verify API availability
认证
需要 Connected AccountTags
Health
request an XML geocoding responseOPENCAGE_GET_XMLGeocode (XML)需要连接
Geocode (XML)
认证
需要 Connected AccountTags
GeocodingReverse Geocoding