Static Map Overview
    • PDF

    Static Map Overview

    • PDF

    Article Summary

    We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.

    Static Map returns maps in the form of images that can be displayed on a web page, based on the requested URL parameters.

    Common information

    You can get a Client ID by registering your application in NAVER Cloud Platform Console.

    1. Go to AI·NAVER API > AI·NAVER API > Application in your web console and register an application. Learn how to register >

    2. Check your Client ID and Client Secret by selecting the application registered in AI·NAVER API > AI·NAVER API > Application.

    3. Click [Edit] of the application to make sure that Static Map is selected. If it is not selected, a 429 error (Quota Exceed) occurs.

    API URL

    MethodRequest URIResponse formatAuthentication
    GEThttps://naveropenapi.apigw.ntruss.com/map-static/v2/rasterBinary (PNG/JPG)ID-KEY
    GEThttps://naveropenapi.apigw.ntruss.com/map-static/v2/raster-corsBinary (PNG/JPG)

    Request Header

    HeaderDescription
    X-NCP-APIGW-API-KEY-IDClient ID issued when registering an app
    X-NCP-APIGW-API-KEY-ID:{Client ID}
    X-NCP-APIGW-API-KEYClient Secret issued when registering an app
    X-NCP-APIGW-API-KEY:{Client Secret}

    Error Codes

    {
      "error": {
        "errorCode": "300",
        "message": "Not Found Exception"
      }
    }
    

    Common errors

    HTTP status codeError codeError messageDescription
    400100Bad Request ExceptionRequest error in protocol (https) or encoding (UTF-8).
    401200Authentication FailedAuthentication failed.
    401210Permission DeniedAuthentication failed.
    404300Not Found ExceptionAuthentication failed.
    429400Quota ExceededQuota exceeded.
    429410Throttle LimitedRate exceeded.
    429420Rate LimitedRate exceeded.
    413430Request Entity Too LargeContent-length exceeded (10 MB).
    503500Endpoint ErrorEnd point connection error
    504510Endpoint TimeoutEnd point connection timeout
    500900Unexpected ErrorUnexpected error

    API errors

    HTTP status codeError codeError messageDescription
    400100Bad requestThe request contains invalid parameters.
    500900Internal errorAn internal error has occurred.
    If the problem persists, contact us.
    503500Service UnavailableThe service is temporarily unavailable for system maintenance.
    Please try again later.
    504510Gateway TimeoutThe service is temporarily unavailable because of system overload.
    Please try again later.

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.