Chat API
JWT token for authorization
Bearer {jwt_token}Language code (e.g., "en" for English)
enThe prompt or question for the LLM
Who is likely to score first?Correlation ID for tracking the request
abc123xyzIdentifier for the conversation session
session_12345Successfully received response from LLM
Bad request. Please verify the input parameters.
Unauthorized. Authentication failed or token is invalid.
Internal server error. Please try again later.
JWT token for authorization
Bearer {jwt_token}Successfully retrieved list of supported LSports market IDs.
List of market IDs supported for conversation.
["52","1002","950"]Bad request. Please verify the input parameters.
Unauthorized. Authentication failed or token is invalid.
Internal server error. Please try again later.
JWT token for authorization
Bearer {jwt_token}Successfully retrieved supported fixtures for conversation.
Bad request. Please verify the input parameters.
Unauthorized. Authentication failed or token is invalid.
Internal server error. Please try again later.
Last updated
Was this helpful?