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.Open OpenAPI document
POST/notte/agents/start

Start an AI agent to autonomously complete a browser task.

Price unavailable
GET/notte/agents/{agent_id}

Get agent execution status and results.

Price unavailable
DELETE/notte/agents/{agent_id}/stop

Stop a running agent.

Price unavailable
POST/notte/scrape

Scrape content from a URL without managing sessions.

Price unavailable
POST/notte/scrape_from_html

Extract structured content from raw HTML without using a browser

Price unavailable
POST/notte/sessions/start

Start a new browser session. Configure browser type, proxies, viewport, and session timeout.

Price unavailable
GET/notte/sessions/{session_id}

Get session status and details.

Price unavailable
GET/notte/sessions/{session_id}/cookies

Get all cookies from the browser session.

Price unavailable
POST/notte/sessions/{session_id}/cookies

Set cookies in the browser session.

Price unavailable
GET/notte/sessions/{session_id}/network/logs

Get network request/response logs from the session.

Price unavailable
POST/notte/sessions/{session_id}/page/execute

Execute an action on the page (click, type, navigate, etc.).

Price unavailable
POST/notte/sessions/{session_id}/page/observe

Observe the current page state and get available actions.

Price unavailable
POST/notte/sessions/{session_id}/page/scrape

Scrape content from the current page in the session.

Price unavailable
POST/notte/sessions/{session_id}/page/screenshot

Take a screenshot of the current page.

Price unavailable
DELETE/notte/sessions/{session_id}/stop

Stop and clean up a browser session.

Price unavailable