https://api.earth-plugin.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Earth",
"name_for_model": "earthImagesAndVisualizations",
"description_for_human": "Generates a map image based on provided location, tilt and style.",
"description_for_model": "Generates a map image based on provided coordinates or location, tilt and style, and even geoJson to provide markers, paths, and polygons. Responds with an image-link. For the styles choose one of these: [light, dark, streets, outdoors, satellite, satellite-streets]",
"auth": {
"type": "none"
},
"api": {
"type": "openapi",
"url": "https://api.earth-plugin.com/openapi.yaml",
"is_user_authenticated": false
},
"logo_url": "https://api.earth-plugin.com/logo.png",
"contact_email": "contact@earth-plugin.com",
"legal_info_url": "https://api.earth-plugin.com/legal.html"
}
https://api.earth-plugin.com/openapi.yaml
openapi: 3.0.0
info:
title: Earth
version: 0.1.0
description: This is a simple API for generating map images from coordinates.
contact:
name: Marvin Müller
url: https://www.earth-plugin.com
email: contact@earth-plugin.com
servers:
- url: https://api.earth-plugin.com
paths:
/map-from-coordinates:
post:
summary: Generate a map image from coordinates
operationId: mapFromCoordinates
requestBody:
content:
application/json:
schema:
type: object
properties:
coordinates:
type: object
properties:
lat:
type: number
long:
type: number
zoom:
type: number
bearing:
type: number
pitch:
type: number
style:
type: string
responses:
'200':
description: Image URL along with coordinates and Google Maps link
content:
application/json:
schema:
type: object
properties:
imageUrl:
type: string
coordinates:
type: object
properties:
lat:
type: number
long:
type: number
gmaps_link:
type: string
/map-from-location:
post:
summary: Generate a map image from a location string
operationId: mapFromLocation
requestBody:
content:
application/json:
schema:
type: object
properties:
location:
type: string
zoom:
type: number
bearing:
type: number
pitch:
type: number
style:
type: string
responses:
'200':
description: Image URL along with coordinates and Google Maps link
content:
application/json:
schema:
type: object
properties:
imageUrl:
type: string
coordinates:
type: object
properties:
lat:
type: number
long:
type: number
gmaps_link:
type: string
/get-coordinates:
post:
summary: Get coordinates from a location string
operationId: getCoordinates
requestBody:
content:
application/json:
schema:
type: object
properties:
location:
type: string
responses:
'200':
description: Coordinates and Google Maps link
content:
application/json:
schema:
type: object
properties:
coordinates:
type: object
properties:
lat:
type: number
long:
type: number
gmaps_link:
type: string
Discover other plugins from the maps category
Slpy Maps
Display Maps and Search for locations and points of interest, linked to interactive slippy Maps.
0 Comments

ChatMaps
Search maps semantically for places to go in popular cities in the USA.
0 Comments

MixerBox ChatMap
Powered by Google Maps API, MixerBox ChatMap is the world's 1st AI chatbot for Maps!
0 Comments

Maps
A Maps app that takes latitude and longitude coordinates and generates a map with a marker on the given spot.
0 Comments

GeoGuru
Extract geographical data seamlessly within your conversations.
0 Comments