Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.legitimuz.com/llms.txt

Use this file to discover all available pages before exploring further.

Example

To install the Betsafe SDK in your project, copy and paste the code below into the page where you want to use the SDK.
<script src="https://cdn.legitimuz.com/betsafe.js"></script>
<script type="text/javascript">
  legitimuz.sendAction({
    cpf: '00000000000',
    email: 'mail@example.com',
    action: 'signin'
  })
</script>