Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

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

Payload

{
  "width": number,
  "height": number
}

Properties

width
number
Width of the dashboard in the iframe.
height
number
Height of the dashboard in the iframe.

Example

{
  "width": 600,
  "height": 400
}