curl & raw HTTP
Plain HTTP — no SDK required.
Auth
Authorization: Bearer {key}
Content-Type: application/jsonIngest one event
curl -X POST https://api.millimetric.ai/v1/track \
-H "Authorization: Bearer $SK_KEY" \
-H "Content-Type: application/json" \
-d '{
"event": "signup",
"anonymous_id": "u_abc",
"user_id": "user_42",
"properties": { "plan": "free" }
}'Ingest a batch
Identify
Forget a user
Query — top sources this month
Query — daily signups by source
Browser-side (pk_*) — needs Origin
pk_*) — needs OriginTips
Last updated
Was this helpful?