File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ async with AsyncScrapeGraphAI() as sgai:
333333| Variable | Description | Default |
334334| ----------| -------------| ---------|
335335| ` SGAI_API_KEY ` | Your ScrapeGraphAI API key | — |
336- | ` SGAI_API_URL ` | Override API base URL | ` https://api.scrapegraphai.com/api/v2 ` |
336+ | ` SGAI_API_URL ` | Override API base URL | ` https://v2- api.scrapegraphai.com/api/v2 ` |
337337| ` SGAI_DEBUG ` | Enable debug logging (` "1" ` ) | off |
338338| ` SGAI_TIMEOUT ` | Request timeout in seconds | ` 120 ` |
339339
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def timeout(self) -> int:
1515
1616 @property
1717 def base_url (self ) -> str :
18- return os .environ .get ("SGAI_API_URL" ) or "https://api.scrapegraphai.com/api/v2"
18+ return os .environ .get ("SGAI_API_URL" ) or "https://v2- api.scrapegraphai.com/api/v2"
1919
2020
2121env = Env ()
You can’t perform that action at this time.
0 commit comments