Extract page content
Content
Extract page content
Fetches a page and returns clean markdown, sized for a model context window.
POST
Extract page content
Authorizations
Every request carries a bearer API key, which looks like ph_live_.... Keep keys server-side, because a key grants full control of your sessions. A missing header returns 401; an invalid or revoked key currently returns 403, so treat the two together as authentication failure.
Body
application/json
Response
Successful Response
The URL after redirects.
ok, blocked, or error.
The page title.
The page content as clean markdown.
Length of the markdown in characters.
A rough token count for budgeting a model context.