---
title: "Get Live Session Url"
method: POST
path: "/v1/get-live-session-url"
tags: ["AgenticScrapper"]
---

# Get Live Session Url

`POST /v1/get-live-session-url`

## Request body

- AgenticScrapperLiveSessionUrlRequest
  - `url` string, required
  - `timeout` integer — Timeout for the live session

## Response `200`

Successful Response

- AgenticScrapperLiveSessionUrlResponse
  - `session_url` string, required
  - `session_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scrapegraphai/apis/fastapi.md) · [All operations](https://skmtc.dev/scrapegraphai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapegraphai/fastapi/revisions/7583b63abb6e/schema)
