Getting Started with the API
Quick path from zero to a successful API call.
- Sign up at datamaxiplus.com/login and create an API key.
- Pass the key in the
X-DTMX-APIKEYheader on every request. - Hit a public endpoint to verify connectivity:
curl -H "X-DTMX-APIKEY: $DTMX_KEY" https://api.datamaxiplus.com/api/v1/ping
Next:
- Authentication — header format, key rotation
- Rate Limits — quotas per tier
- Errors — error codes and retry guidance
- REST API reference — full endpoint catalog
- WebSocket API reference — streaming endpoints
Placeholder — full quick-start lands in a follow-up phase.