Base URL
All API requests go to:/v1 prefix — for example, https://api.artu.ai/v1/clients.
Authentication
Two headers are required on every request:| Header | Value |
|---|---|
Authorization | Bearer <api-key> — your API key from the dashboard |
X-Environment | test or live — selects the target environment |
Environments
TheX-Environment header controls which data set your request operates on:
test— isolated sandbox; safe for development and integration testing.live— production data; real compliance records.
