cURL
Extract
Fetch a URL and extract its text
Fetch a URL and return its extracted text — the same readable text the score endpoint scores when given a URL. Includes a content hash for deduplication.
POST
cURL
Returns the same readable text the score endpoint extracts from a URL, plus a content hash for deduplication. Useful to preview what will be scored.Documentation Index
Fetch the complete documentation index at: https://u22a8-police-sweep-2026-06-01.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key issued in the platform console, sent as Authorization: Bearer <key>.
Body
application/json
HTTP(S) URL to fetch and extract.
Example:
"https://example.com/article"
Response
Successful Response
Echo of the submitted URL.
Extracted text. Truncated past 50KB.
Hex SHA-256 of the UTF-8 bytes of content. Stable for dedup.
Example:
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
UTC timestamp captured at fetch time.