POST
firecrawl_interact_execute.py
from charter.packs import firecrawl
result = await firecrawl.interact_execute.ainvoke({"sessionId": ..., "code": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
sessionId * | string | The interact session ID |
Body
| Field | Type | Description |
|---|---|---|
code * | string | Code to execute in the browser sandbox min length 1; max length 100000 |
language | "python" | "node" | "bash" | Language of the code to execute. The server applies ‘node’ when this is absent. |
timeout | integer | Execution timeout in seconds ≥ 1; ≤ 300 |