Skip to main content
GET
/
api
/
v1
/
sessions
/
{id}
/
frame
Latest decoded video frame (agent moat)
curl --request GET \
  --url https://api.luxxon.dev/api/v1/api/v1/sessions/{id}/frame \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 401,
  "code": "NOT_AUTHENTICATED",
  "message": "Session expired or missing",
  "detail": "not_authenticated:example",
  "timestamp": "2026-05-13T12:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-lx-consistency-token
string

Path Parameters

id
string
required
Example:

"b1e2f3a4-5b6c-7d8e-9f0a-1b2c3d4e5f6a"

Response

NOT_AUTHENTICATED

statusCode
number
required
Example:

400

code
string
required

Machine-readable error code — see ErrorCodes.

Example:

"INVALID_INPUT"

message
string
required
Example:

"Invalid request payload"

timestamp
string
required
Example:

"2026-05-13T12:00:00.000Z"

detail
string

Short, safe-to-expose label scoping the failure site.

Example:

"session:workspaceMismatch"