본문으로 건너뛰기

Getting Started with the API

Quick path from zero to a successful API call.

  1. Sign up at datamaxiplus.com/login and create an API key.
  2. Pass the key in the X-DTMX-APIKEY header on every request.
  3. Hit a public endpoint to verify connectivity:
curl -H "X-DTMX-APIKEY: $DTMX_KEY" https://api.datamaxiplus.com/api/v1/ping

Next:

Placeholder — full quick-start lands in a follow-up phase.