Embedding Examples

Explore

Basic example of embedding an explore dashboard.

Iframe request

POST https://api.rilldata.com/v1/orgs/demo/projects/rill-embedding/iframe

Authorization: Bearer <RILL_SERVICE_TOKEN>
Content-Type: application/json

{
  "type": "explore",
  "resource": "auctions_explore"
}

Source: embedding/web/src/app/basics/explore/page.tsx

Loading...