GET
$0.07 default
Description
Read a URL as clean markdown/text for LLMs. Append the full target URL to the path, e.g. /https://example.com. Returns the extracted title, source URL and markdown content as plain text.
Pricing
$0.07 default
Parameters
{}Response schema
{
"description": "The page rendered as markdown/text: a Title line, the source URL, then the extracted Markdown Content. (Content-Type text/plain, not JSON.)",
"type": "string"
}Example response
"Title: Test Document\n\nURL Source: https://example.com/\n\nMarkdown Content:\n# Test Article\n\nThis is a test article with some content for Jina to extract."