Get Content
Tools
Get Content
Fetch the current page content as HTML, Markdown, or plain text.
POST
Get Content
Overview
Returns the content of the session’s active page. Ifurl is supplied, the session navigates there first. The response format can be raw HTML, cleaned Markdown, or plain text.
Path Parameters
Browser session ID (UUID).
Body
Optional URL to navigate to before capturing content. If omitted, captures whatever is currently loaded in the active tab.
Output format. One of
html, markdown, text.Optional per-request proxy override.
Extra request headers applied when
url is set.Example Request
Response
Success Response (200)
Effective URL of the captured page (after any redirects).
Page content in the requested format.
Echoed format — one of
html, markdown, text.Error Responses
| Status | Description |
|---|---|
400 | Invalid body — unknown format or malformed url. |
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |
503 | The browser session is temporarily unreachable. |