Fetch any URL and convert it to clean, LLM-ready markdown. Handles JavaScript-rendered pages, PDFs, and complex layouts.…
Authentication
No API key — create one in the dashboard
Body
URL of the page to read and convert to markdown.
import requests url = "https://api.coldiq.com/v1/jina/reader" headers = { "Authorization": "Bearer ", "Content-Type": "application/json" } response = requests.post(url, headers=headers) print(response.json())