v48

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-0238179.2 KB
Content

Structured data extraction via JSON Schema

Extracts structured data from the current page using a JSON Schema whose properties carry x-ref hints pointing at snapshot element refs (e.g. e1, e2).
Call GET /tabs/{tabId}/snapshot first to populate the ref table.

post/tabs/{tabId}/extract

Path parameters

tabIdstring required

Request body

userIdstring required

Response

Extraction succeeded.

okboolean
dataobject

Extracted key-value pairs matching the input schema.