Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.yo-lead.com/llms.txt

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

The embed flow has two sides:
  1. Your backend creates a short-lived embed session with POST /v1/embed/sessions.
  2. Your frontend renders the returned iframeUrl.
  3. The YoLead iframe uses the embedded token to access runtime data.
Create embed sessions only from your backend. Do not expose the Public API secret in browser code.