🌏
Cartesius
  • Welcome!
  • Quick Start
  • Features
  • Reference
    • API
      • Forward Geocoding
      • Reverse Geocoding
      • Autocomplete
      • Form Autocomplete
      • Address Parsing
      • Address Validation
    • Geo-Feature model
    • Status Page
  • Integrations
    • Web Components
    • React
    • Angular
    • JavaScript/TypeScript
  • Cartesius Studio
    • API Keys
    • Geodata management
    • Account management
Powered by GitBook
On this page
  • Register an account
  • Get your API keys
  • Use the API

Quick Start

PreviousWelcome!NextFeatures

Last updated 2 years ago

Register an account

We offer a generous free tier to test our API. You can for free without any payment details. If you already have an account, login to your existing account.

Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.

You can generate an API key from your Dashboard and view key-specific statistics at any time. For more details, please refer to API Keys.

Use the API

The best way to interact with our API is to use one of our official libraries. If you would rather not use our libraries, you can simply send HTTP-Requests to our API (see curl).

curl 
--location 'https://api.cartesius.io/<version>/<endpoints>' 
--header 'X-API-KEY: <your api key>'
Expected soon!

We are currently working hard to publish more libraries, please stay tuned!

Learn more about the API .

sign up
here