Skip to main content
POST
/
guest
/
start
Start a new guest session
curl --request POST \
  --url https://api.example.com/guest/start
{
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://txline-docs.txodds.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

A short-lived JWT for the guest session.

token
string
required