Integration Guide

Everything you need to integrate PredictAPI into your platform

Embed Market Widget
Add prediction markets to your site with a simple iframe embed.
<!-- PredictAPI Market Widget -->
<!-- Generate a signed JWT token on your server with: -->
<!-- { partner_id, external_user_id, currency, locale, exp } -->
<iframe
  src="https://widget.predictapi.net/?token=SIGNED_JWT_TOKEN"
  width="100%"
  height="600"
  frameborder="0"
  allow="clipboard-write"
  style="border: none; border-radius: 8px;"
></iframe>