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.

Use POST /v1/embed/sessions to create an iframe session.
{
  "employeeId": "64f000000000000000000001",
  "chatId": "64f000000000000000000002",
  "capabilities": ["showChatPage"]
}
The response contains iframeUrl. Render that URL in an iframe on your frontend.
<iframe src="https://app.yo-lead.com/embed/chats/64f000000000000000000002#token=..." />