Create Interact Session
Start a standalone Interact browser session you drive with code (no prior scrape required).
Headers
Request Body
Response
Example Request
Example Response
Are you an AI agent that needs a Firecrawl API key? See firecrawl.dev/agent-onboarding/SKILL.md for automated onboarding instructions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Total time-to-live in seconds for the interact session
30 <= x <= 3600Time in seconds before the session is destroyed due to inactivity
10 <= x <= 3600Whether to stream a live view of the browser
Enable persistent storage across interact sessions. Data saved in one session can be loaded in a later session using the same name.
Response
Interact session created successfully
The unique session identifier
WebSocket URL for Chrome DevTools Protocol access
URL to view the interact session in real time
URL to interact with the interact session in real time (click, type, scroll)
When the session will expire based on TTL

