HTTP endpoints

All endpoints are served over TLS. Requests are region-pinned; no authentication is required for read paths.

Media segments

Segment ranges are fetched under the media prefix. Segments are immutable and addressed by sequence.

PathMethodsNotes
/media/photo/segmentsGET, HEADphoto library segment fetch

Telemetry ingest

Player telemetry is posted to the metrics endpoint. Uplink uses HEAD with a body so that intermediate caches do not retain payloads; sequence and session are carried in the query string.

PathMethodsNotes
/api/v3/metricsGET, HEADtelemetry ingest, metrics_seq / metrics_sid

Caching

Edge caching is disabled on both endpoints: segment responses are session-scoped and must not be shared between clients.