Skip to main content
POST
Add Asset To Page

Authorizations

Authorization
string
header
required

Oviond API key (prefix oviond_) sent as a Bearer token — the credential for REST/programmatic and headless integrations. Manage keys in Settings → API Keys. API keys do NOT authenticate the MCP endpoint (/mcp), which uses OAuth 2.1 + PKCE.

Path Parameters

id
string
required

Body

application/json
source_id
string
required

Project id to add the asset widgets to

Minimum string length: 1
page_id
string
required

Page id to place the widgets on

Minimum string length: 1
client_id
string | null

Client id the project belongs to — drives the connectivity → demo decision. Falls back to the project's client when omitted.

Response

Widgets instantiated

success
enum<boolean>
required
Available options:
true
data
object
required