Amazon Location Service Maps API

Map resource management

Documentation

Specifications

Schemas & Data

Other Resources

🔗
JSONLD
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/json-ld/amazon-location-service-context.jsonld
🔗
Pricing
https://aws.amazon.com/location/pricing/
🔗
SDKs
https://aws.amazon.com/tools/
🔗
StatusPage
https://status.aws.amazon.com/
🔗
FAQ
https://aws.amazon.com/location/faqs/
🔗
ServiceLevelAgreement
https://aws.amazon.com/location/sla/
🔗
User Guide
https://docs.aws.amazon.com/location/latest/developerguide/welcome.html
🔗
Code Examples
https://docs.aws.amazon.com/location/latest/developerguide/samples.html
🔗
Security
https://docs.aws.amazon.com/location/latest/developerguide/security.html
🔗
APIsJSON
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/apis.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-find-or-create-map-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-find-or-create-tracker-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-fleet-onboarding-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-geocode-and-map-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-geocode-batch-positions-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-map-inventory-audit-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-map-lifecycle-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-provision-map-workflow.yml
🔗
Arazzo
https://raw.githubusercontent.com/api-evangelist/amazon-location-service/refs/heads/main/arazzo/amazon-location-service-provision-tracker-workflow.yml

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/amazon-location-service-maps-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

amazon-location-service-maps-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Amazon Location Service Maps API
  description: The Amazon Location Service API provides programmatic access to manage Location Service resources.
  version: '2024-01-01'
  contact:
    name: AWS Support
    url: https://aws.amazon.com/premiumsupport/
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
  x-logo:
    url: https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png
servers:
- url: https://geo.us-east-1.amazonaws.com
  description: Amazon Location Service endpoint
security:
- sigv4: []
tags:
- name: Maps
  description: Map resource management
paths:
  /maps:
    post:
      operationId: CreateMap
      summary: Amazon Location Service Create Map
      description: Creates a map resource in your AWS account.
      tags:
      - Maps
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    get:
      operationId: ListMaps
      summary: Amazon Location Service List Maps
      description: Lists map resources in your AWS account.
      tags:
      - Maps
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /maps/{MapName}:
    get:
      operationId: DescribeMap
      summary: Amazon Location Service Describe Map
      description: Retrieves the map resource details.
      tags:
      - Maps
      parameters:
      - name: MapName
        in: path
        required: true
        schema:
          type: string
        description: The name of the map resource.
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    delete:
      operationId: DeleteMap
      summary: Amazon Location Service Delete Map
      description: Deletes a map resource from your AWS account.
      tags:
      - Maps
      parameters:
      - name: MapName
        in: path
        required: true
        schema:
          type: string
        description: The name of the map resource.
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /tracking/v0/trackers:
    post:
      operationId: CreateTracker
      summary: Amazon Location Service Create Tracker
      description: Creates a tracker resource in your AWS account.
      tags:
      - Maps
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
    get:
      operationId: ListTrackers
      summary: Amazon Location Service List Trackers
      description: Lists tracker resources in your AWS account.
      tags:
      - Maps
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /tracking/v0/trackers/{TrackerName}/positions:
    post:
      operationId: BatchUpdateDevicePosition
      summary: Amazon Location Service Batch Update Device Position
      description: Uploads position update data for one or more devices to a tracker resource.
      tags:
      - Maps
      parameters:
      - name: TrackerName
        in: path
        required: true
        schema:
          type: string
        description: The name of the tracker.
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /places/v0/indexes/{IndexName}/search/text:
    post:
      operationId: SearchPlaceIndexForText
      summary: Amazon Location Service Search Place Index for Text
      description: Geocodes free-form text, such as an address, name, city, or region.
      tags:
      - Maps
      parameters:
      - name: IndexName
        in: path
        required: true
        schema:
          type: string
        description: The name of the place index resource.
      responses:
        '200':
          description: Success
        '400':
          description: Bad request
        '403':
          description: Access denied
        '500':
          description: Internal server error
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
components:
  securitySchemes:
    sigv4:
      type: apiKey
      name: Authorization
      in: header
      description: AWS Signature Version 4 authentication