---
title: "Track Amplitude"
method: POST
path: "/api/track"
tags: ["Analytics"]
---

# Track Amplitude

`POST /api/track`

Proxy events to Amplitude with server-side enrichment.

Convergence point for the FE Amplitude SDK (web/, autogtm/front/) and
server-side ``proxy.ts`` middleware. Backend Python emitters call
``api.analytics.track:track()`` directly — same enrichment, same row
shape, no HTTP loopback.

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Request body

- EventBatch
  - `api_key` string, required
  - `events` object[], required
  - `options` object, required
  - `client_upload_time` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
