Docs/Quick Start

Initialize the Observer

Give your AI agent sight in less than 5 minutes. Transform raw HTML into structured, interactable geometry data.

01 Authenticate

Access control is managed via Bearer tokens. You can generate a persistent key from your terminal dashboard.

Generate API Key →

export SENTIENCE_API_KEY="sk_live_..."

02 Execute Observation

curl -X POST https://api.sentienceapi.com/v1/observe \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://news.ycombinator.com",
    "mode": "map",
    "options": {
      "render_quality": "performance"
    }
  }'

Parameters

03 Parse Geometry

Reader Stream

Pure Markdown extraction for RAG pipelines.

Learn more →

Coordinate tree of interactive elements for Agents.

Learn more →

Visual Matrix

Precision rendering + Screenshots for Vision Models.

Learn more →


Need help? Contact Engineering