How to send data to overlays.uno?

  1. In overlays.uno open the overlay in control mode
  2. Copy the token from the upper right corner
  3. Choose “overlays.uno” output option in Scoreboard OCR
  4. Enter overlays.uno access token:
    https://app.singular.live/apiv2/controlapps/<TOKEN>/<compositionName>
    https://app.singular.live/apiv2/controlapps/2gzVUSk2pFmDI7dK53KX5g/Basketball Scorebug
  5. Use the same field names in Scoreboard OCR that are defined in overlays.uno

Scoreboard OCR will send the following HTTP PATCH request to api.singular.live according to developer documentation

[
    {
        "subCompositionName": "Basketball Scorebug",
        "payload": {
            "Team 1 Score":"13"
        }
    }
]