Build on the perception layer.
One planet, read over a plain API. Site intelligence, live hazards, buildings, traffic, place trends and satellite reads, every figure with disclosed provenance. Keyless by default; a free key only names your usage and raises the per-minute ceiling.
- 16
- endpoints, one contract
- $0
- keyless, no signup
- 120/min
- anonymous ceiling
- 600/min
- with a free key
The platform
Documentation
The contract, the fair-use rules, and every one of the 16 endpoints with its parameters and what it returns.
Read the docsPlayground
Run any endpoint from the browser. Fill the form, send, read the JSON, copy it as curl. No setup.
Open the playgroundAPI keys and usage
Everything works keyless. A free key names your usage and raises your ceiling. Manage it on your profile.
Manage keysMCP server
The same tools as a Model Context Protocol server over streamable HTTP, stateless, for agents that speak MCP.
Connect over MCPEmbeds
The live Digital Twin Earth on your own page, in one tag. Pick the point and the layers in a builder that previews the real frame, then copy a script tag, an iframe, or React. Keys are free and required on your own site; keyless runs on solyzer.ai and on localhost while you build.
Embed the globeTry it now, no key
Read a site intelligence score for a point in Jakarta. This runs as-is; a key is optional.
curl "https://api.solyzer.ai/earth/site-intel?\
lat=-6.2088&lon=106.8456&radius=500"{
"mcpServers": {
"solyzer-earth": {
"url": "https://api.solyzer.ai/mcp"
}
}
}