Extract
Extracts clean markdown content from URLs. Supports batch processing, query-focused highlights, page classification, and multimedia resources.
Authorizations
API key used for request authentication. Obtain an API key before using the API. Note: A payment method is required to use the API.
Body
Request body for the Extract API.
List of URLs to extract content from. Maximum URLs per request: 20. Maximum length per URL: 2048. Failed URLs are not billed.
[
"https://example.com/article-1",
"https://example.com/article-2"
]Intent-focused keywords. When provided, returns query-relevant highlights per URL; otherwise returns the complete page content.
500Maximum age (in seconds) of cached content. URLs whose cached version exceeds this threshold will be re-fetched. Values outside the allowed range are adjusted to the nearest bound.
x >= 300Format of the returned content.
markdown, text Per-URL extraction timeout in seconds. Values outside the allowed range are adjusted to the nearest bound.
1 <= x <= 60Whether to return image URLs detected on the page.
Whether to return video URLs detected on the page.
Whether to return audio URLs detected on the page.