POST
firecrawl_interact_create.py
from charter.packs import firecrawl
result = await firecrawl.interact_create.ainvoke({})
Body
| Field | Type | Description |
|---|---|---|
ttl | integer | Total time-to-live in seconds for the interact session. The server applies 300 when this is absent. ≥ 30; ≤ 3600 |
activityTtl | integer | Time in seconds before the session is destroyed due to inactivity ≥ 10; ≤ 3600 |
streamWebView | boolean | Whether to stream a live view of the browser. The server applies true when this is absent. |
profile | InteractProfile | Enable persistent storage across interact sessions. |