SessionKit DOCS
Get Started
API Reference Navigate
POST/v1/sessions/{session_id}/pages/navigate

Navigate

Navigate to a URL within a session.

The active session ID.

The URL to navigate to.

When to consider navigation complete. One of: load, domcontentloaded, networkidle.

Navigation timeout in milliseconds.

Response

{
  "url": "https://example.com",
  "status": 200,
  "title": "Example Domain",
  "loadTime": 1234
}
⌘I
AI Assistant

Ask me anything about the documentation.

ESC