PISO Map API

API Key

I. Getting Your API Key

  • Step 1: After successfully logging into the system, go to the Dashboard and find the "Your API Key" section to copy it.
  • Step 2: Alternatively, you can directly access pisomap.tech/dashboard/api-keys to manage and copy your API Key.

Note (Regenerate Key): If you need to change your key or suspect it has been exposed, click the "Regenerate" button. The system will revoke the old key and issue a completely new API Key.

II. Quick Start Integration

To activate and use PISO Map, you must include your API Key in the x-api-key header of every HTTP request.

Example API call via Curl (Shell):

curl "https://api.pisomap.tech/api/maps/autocomplete?q=highland&lat=10.801671&lng=106.61744" \
  -H "x-api-key: YOUR_API_KEY"

(Note: Replace YOUR_API_KEY with the actual API Key string you copied in Step 1).

On this page