events

Extract Event From Url

Extract event data from a user-provided URL. Skips web search and LLM selection — goes directly to Browser Use extraction. Returns a STREAM of NDJSON (Newline Delimited JSON) events.

Event Types:

  • {"type": "status", "msg": "...", "step": "..."}
  • {"type": "result", "data": [...events...]}
  • {"type": "error", "msg": "..."}
post/events/discover-url

Query parameters

user_idstring nullable

Request body

urlstring required
namestring nullable

Response

Successful Response

{"stackTrail":"paths:/events/discover-url:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.