🎙️ AI Recording Embed

Secure, single-use tokens for partner integrations

← Back to App

🔐 Authentication

Generate a single-use recording token. This simulates what your backend would do.

⚙️ Settings

📝 Code Examples

<iframe
  src="https://record.assistagenthq.com/embed?attendants=2"
  width="400"
  height="500"
  allow="microphone; display-capture"
  style="border: none; border-radius: 12px;"
></iframe>

👁️ Live Preview

🎮 Send Commands

📡 Event Console

No events yet. Generate a token and interact with the embed.

📚 API Reference

Token Lifecycle

pending → Ready to use
active → Recording in progress
completed → Recording finished
expired → 24h elapsed

Each token can only be used for ONE recording. Generate a new token for each meeting.

URL Parameters

tokenrec_xxx (secure) or base64
attendantsNumber of speakers
langLanguage code
micCapture microphone
tabCapture tab audio
themedark | light
compactMinimal UI mode
autoStartStart on load

PostMessage Events

READYEmbed initialized
AUTH_SUCCESSToken validated
RECORDING_STARTEDRecording began
TRANSCRIPT_UPDATENew segments
TRANSCRIPT_FINALComplete transcript
RECORDING_STOPPEDRecording ended
ERRORError occurred