Chat API
Conversate with the LLM using a fixture-based prompt.
POSThttps://sec-gw.lsports.eu/chat/api/v2/chat
Header parameters
Body
Promptstring
The prompt or question for the LLM
"Who is likely to score first?"
Fixtureobject
CorrelationIdstring
Correlation ID for tracking the request
"abc123xyz"
ConversationSessionIdstring
Identifier for the conversation session
"session_12345"
Response
Successfully received response from LLM
Body
Messageobject
RelatedQuestionsarray of string
List of related questions suggested by the LLM
Errornullable enum
Error code if an error occurred during the request
3
01234567891011121314151617
Request
Response
Retrieves supported LSports market IDs for conversation.
POSThttps://sec-gw.lsports.eu/chat/api/v2/suggestedquestions
Header parameters
Body
Fixtureobject
Response
Successfully retrieved list of supported LSports market IDs.
Body
itemsstring
Request
Response
Retrieve supported fixtures for conversation.
POSThttps://sec-gw.lsports.eu/chat/api/v2/fixtures
Header parameters
Body
Fixturesarray of object
Response
Successfully retrieved supported fixtures for conversation.
Body
Fixturesarray of object
Request
Response
Last updated