Endpoints
Endpoint details are saved from the OpenAPI document. Authentication requirements and prices are advertised information, not a verified payment or access guarantee. The document may contain additional endpoints.POST/notte/agents/start
Start an AI agent to autonomously complete a browser task.
Price unavailableGET/notte/agents/{agent_id}
Get agent execution status and results.
Price unavailableDELETE/notte/agents/{agent_id}/stop
Stop a running agent.
Price unavailablePOST/notte/scrape
Scrape content from a URL without managing sessions.
Price unavailablePOST/notte/scrape_from_html
Extract structured content from raw HTML without using a browser
Price unavailablePOST/notte/sessions/start
Start a new browser session. Configure browser type, proxies, viewport, and session timeout.
Price unavailableGET/notte/sessions/{session_id}
Get session status and details.
Price unavailableGET/notte/sessions/{session_id}/cookies
Get all cookies from the browser session.
Price unavailablePOST/notte/sessions/{session_id}/cookies
Set cookies in the browser session.
Price unavailableGET/notte/sessions/{session_id}/network/logs
Get network request/response logs from the session.
Price unavailablePOST/notte/sessions/{session_id}/page/execute
Execute an action on the page (click, type, navigate, etc.).
Price unavailablePOST/notte/sessions/{session_id}/page/observe
Observe the current page state and get available actions.
Price unavailablePOST/notte/sessions/{session_id}/page/scrape
Scrape content from the current page in the session.
Price unavailablePOST/notte/sessions/{session_id}/page/screenshot
Take a screenshot of the current page.
Price unavailableDELETE/notte/sessions/{session_id}/stop