All systems operational

AGIXX API

Connect your platform to 1,000+ casino games from top providers with a single API integration.

1000+ Slots50+ Live TablesTRY / ILS / EUR / USDSeamless Wallet
Base URL
https://api.tagbet.net/api/api
Authentication
x-api-key header
Format
JSON (REST)

Quick Start

  1. 1
    Contact us to create a client account
    Email: integration@tagbet.net
  2. 2
    Get your API key from the dashboard
    Format: pk_live_xxxxxxxxxxxxxxxxxxxxxxxx (production) or pk_test_xxxxxxxx (testing)
  3. 3
    Set up the callback endpoint on your server
    We will send wallet events (bet / win / refund) to your URL via POST
  4. 4
    Send a POST request to /api/v1/launch to get a game URL
    Redirect your player to the returned gameUrl

Authentication

Include your API key in every request header. Keep it secret — never expose it in client-side code.

Use pk_live_... keys for production and pk_test_... keys for testing.

HTTP
x-api-key: pk_live_your_api_key_here

Error Codes

400Bad RequestMissing or invalid parameters
401UnauthorizedMissing or invalid API key
403ForbiddenProvider not enabled for your account
404Not FoundGame or session not found
429Rate LimitedToo many requests — limit is 200 req / 60 s
500Server ErrorInternal error — contact support

Error Response Format

All error responses follow a consistent JSON structure:

JSON
{
  "error": "Missing required field: provider",
  "statusCode": 400
}

Supported Currencies

TRY
Turkish Lira
ILS
Israeli Shekel
EUR
Euro
USD
US Dollar
Ready to integrate?

Contact us to get an API key and start testing within minutes.

Contact Us