---
title: "Spl Telemetry"
method: POST
path: "/api/spl-telemetry"
---

# Spl Telemetry

`POST /api/spl-telemetry`

Ingest client-side SPL session events. Best-effort; never raises.

## Request body

- SplTelemetryRequest
  - `session_id` string, required
  - `events` SplTelemetryEvent[]
    - `event_type` string, required
    - `ts` string
    - `round` integer
    - `phase` string
    - `payload` object
  - `meta` SplTelemetryMeta
    - `journey_id` string
    - `parent_session_id` string
    - `search_seq` integer, nullable
    - `form_sha` string
    - `funnel` string
    - `entry_surface` string
    - `lp_variant` string
    - `form_build` string
    - `embed` boolean, nullable
    - `client_class` string
    - `attribution_json` object
    - `context_json` object

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aipoweredsocialscan/apis/accountability.md) · [All operations](https://skmtc.dev/aipoweredsocialscan/apis/accountability/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aipoweredsocialscan/accountability/revisions/6ce776993b65/schema)
