Complete documentation for the Baccarat Prediction API endpoints
The Baccarat Prediction API provides access to information about live casino providers, their online tables, and baccarat prediction functionality. All API responses are in JSON format.
Base URL: https://api.ai4baccarat.com
Currently, the API does not require authentication. This may change in future versions.
Returns combined data for the landing page, including banners, recommended tables, and providers.
Returns a list of all available live casino providers.
Returns details for a specific provider.
provider_id - The ID of the provider (required)Returns a list of online tables for a specific provider.
provider_id - The ID of the provider (required)Get a list of recommended tables based on filter criteria.
min_bet - Minimum bet amount (optional)max_bet - Maximum bet amount (optional)features - Comma-separated list of required features (optional)/api/recommended-tables?min_bet=5&max_bet=1000 - Tables with bets between 5 and 1000/api/recommended-tables?features=squeeze,statistics - Tables with squeeze and statistics featuresGenerate a baccarat prediction based on provided game data.
Returns configurable application links for terms, privacy policy, support, etc.
When an error occurs, the API will return an error response with appropriate HTTP status code.
400 - Bad Request (invalid parameters)404 - Resource Not Found500 - Internal Server Error