Skip to main content
POST
Fetch a page as text

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
url
string
required

The page to fetch. Must be a public http(s) URL.

Example:

"https://example.com/blog/post"

Response

markdown
string
required

The page as markdown, main content only. Never empty: a page that extracts to nothing is a 503, not a successful fetch of "".

Example:

"# Best screen recorders for Mac\n\nIf you are looking for..."