Back
Slpy Maps
Description
Display Maps and Search for locations and points of interest, linked to interactive slippy Maps.
Details
https://api.wikiocity.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_human": "Slpy Maps",
"name_for_model": "Slpy",
"description_for_human": "Display Maps and Search for locations and points of interest, linked to interactive slippy Maps.",
"description_for_model": "Provides geocoding and location search for displaying map images. Location search finds addresses, landmarks, or points of interest. Use Slpy for location-based services and to enhance responses related to travel, geographical areas, political boundaries, locations, addresses, and points of interest. Display results with markdown like [](https://www.slpy.com/map#{zoom}/{latitude}/{longitude}). Zoom level ranges from 0-20. 0 is planet, and 20 is house level.",
"auth": {
"type": "service_http",
"authorization_type": "basic",
"verification_tokens": {
"key": "a44d8d571b6262af3dfda8599",
"openai": "e6d21c8c2a5640e1a7119388db09d1bc"
}
},
"api": {
"type": "openapi",
"url": "https://api.slpy.com/lib/openai-plugin/ai-manifest.json",
"is_user_authenticated": false
},
"logo_url": "https://www.slpy.com/img/slpy-logo-10p.svg",
"contact_email": "slpy_support@slpy.com",
"legal_info_url": "https://www.slpy.com/legal"
}
https://api.slpy.com/lib/openai-plugin/ai-manifest.json
{
"openapi": "3.0.1",
"info": {
"title": "Slpy Plugin",
"description": "Provides geocoding, location search, and map images with links to interactive maps.",
"version": "1.0.0"
},
"servers": [
{
"url": "https://api.slpy.com"
}
],
"paths": {
"/v1/search": {
"get": {
"summary": "Search for a location. Use query paramater for comma separated address string, or use other paramaters for well formatted addresses.",
"operationId": "searchLocation",
"parameters": [
{
"name": "query",
"in": "query",
"description": "query string for location name and/or address string.",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "country",
"in": "query",
"description": "two character iso_alpha2 country code",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "street",
"in": "query",
"description": "A street field including house number and any apt or suite information.",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "city",
"in": "query",
"description": "City or Town",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "region",
"in": "query",
"description": "State or Region can be fully spelled out, or you may use abbreviations.",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "district",
"in": "query",
"description": "County or District level area",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "postcode",
"in": "query",
"description": "Postalcode or zipcode",
"required": false,
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Location search result. Display as map image with link like [](https://www.slpy.com/map#{zoom}/{latitude}/{longitude})",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"level": {
"type": "integer",
"description": "Location Level (7-10: street, 6: neighborhood, 5: postcode, 4: city, 3: district, 2: region, 1: country, 0: empty). Use to determine map image zoom level."
},
"accuracy": {
"type": "string",
"description": "Accuracy level (e.g., building-house)"
},
"lat": {
"type": "string",
"description": "Latitude coordinate"
},
"lon": {
"type": "string",
"description": "Longitude coordinate"
},
"properties": {
"type": "object",
"description": "Additional properties"
},
"license": {
"type": "string",
"description": "License information"
}
}
}
}
}
}
}
}
}
}
}
Discover other plugins from the maps category

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

Earth
Generates a map image based on provided location, tilt and style.
0 Comments

GeoGuru
Extract geographical data seamlessly within your conversations.
0 Comments