Give your AI agent sight in less than 5 minutes. Transform raw HTML into structured, interactable geometry data.
Access control is managed via Bearer tokens. You can generate a persistent key from your terminal dashboard.
sk_live_... Keyexport SENTIENCE_API_KEY="sk_live_..."
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"
}
}'url (REQUIRED) - Target website to observe.mode (ENUM) - Controls the extraction engine:
"read" (Markdown)"map" (Geometry) - Recommended"visual" (Screenshot)Pure Markdown extraction for RAG pipelines.
Coordinate tree of interactive elements for Agents.
Precision rendering + Screenshots for Vision Models.
Need help? Contact Engineering