CLI

Oceanir CLI

The official command-line client for the Oceanir visual geolocation API. Agents and developers can script image analysis without writing an HTTP client. Output is JSON. Keys are created in the developer console.

npx @oceanir/sdk geolocate --image-url https://example.com/photo.jpg --depth 1
npx @oceanir/sdk credits
pip install oceanir
oceanir geolocate --image-url https://example.com/photo.jpg

Set OCEANIR_API_KEY or pass --api-key. Depth 1 is the free-surface path once you have a key; the public web app at /where-is-this-image-taken does not need one. See Oceanir developer resources for OpenAPI, MCP, and rate-limit headers.