Strategy Grid
Service URLs and Endpoints:
- DEV: https://rlservgpub2c.dev.aceguardian.io
- STG: https://rlservgpub2c.stg.aceguardian.io
- PROD: https://rlservgpub2c.aceguardian.io
Authorization:
API Key: dc929e5e5e6d83784baa294a1819dfe1
Endpoints:
-
[POST] /api/strategy_grid Returns the full strategy grid for the provided game context.
-
[GET] /api/list_models Returns a list of all currently available models.
API Access and Usage Guidelines
- Please note that the DEV environment is used for load testing and high-risk features, so it should not be relied upon for stable or consistent behavior.
- Access to the API must be done either through the AceGuardian VPN or from an allow-listed IP. If you require an allow-listed IP, please reach out in the #ask-techops Slack channel, mention which project you are from, and share the URLs you intend to use. They will add the IP for you.
- For PROD usage, please inform the Portal team of your expected application traffic and provide at least two weeks’ notice before any planned release.
Manual model selection
B2C internal clients have the option to select manually the model of the request.
By requesting /api/list_models the client can select the model.
Then following the V1 documentation add this model name in the request:
Example:
{
"model": "v3.2.1-FIXEV-cash-3b-0.5.onnx",
"request_id": "example-02",
"game_format": "3b-0.5",
"action_line": "F-F-F-F-F-R7.5-F-C-7hQsKd-C",
"stack_sizes": "200,200,200,200,200,200,200,200"
}