Skip to main content
Qode allows you to embed the entire interview interface within your own application using an HTML iframe. This provides a seamless experience for candidates, letting them complete assessments without ever leaving your platform.

Quick Start

To embed an interview, you simply need the unique Interview URL returned by the Create Interview endpoint. Use the following HTML snippet to embed the interview:

Configuration Details

Required Permissions

The allow attribute is critical. You must include display-capture; camera; microphone; fullscreen; window-management to ensure the candidate can:
  • Use their webcam and microphone for the interview.
  • Enter fullscreen mode for a distraction-free environment.
  • Fullscreen recroding

Responsive Sizing

For the best results, we recommend setting the iframe’s width and height to 100% of its parent container. Ensure the parent container has a defined height (e.g., 100vh or a specific pixel value) so the iframe renders correctly.

Full Page Example

Here is a complete HTML example showing how to make the iframe responsive and fill the entire browser window.