Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Introduction
Quickstart
Filters
Post Data Fields
SOCMint API
API Reference
Query Syntax
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Dark Cache & Images
Errors, Rate Limits & Credits
FAQ
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Firehose
Cyber API
Introduction
Quickstart
Filters
Post Data Fields
SOCMint API
API Reference
Query Syntax
Time Range
Endpoints & Authentication
Request Parameters
Response Format
Pagination
Segmentation API
Dark Cache & Images
Errors, Rate Limits & Credits
FAQ
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Dark Cache & Images

Two helper endpoints serve the raw material behind posts: cached page snapshots and collected images. Both use ready-made URLs returned inside posts - you never build the id yourself.

Cached pages

When a cached snapshot exists, the post's cache_link field holds a ready-made relative URL. Append it to the base URL and call it:

GET

https://api.webz.io/dark-cache?token=YOUR_TOKEN&id=...

cache_link is null when no snapshot is available - for example, for non-HTML files.

Images

Image URLs inside a post's extended.external_images[].url point to the image endpoint:

GET

https://api.webz.io/cyber-image?token=YOUR_TOKEN&id=...

Both endpoints require Cyber API permission and consume 1 credit per request, like a search - see Errors, Rate Limits & Credits.

Last updated: July 28, 2026
PreviousSegmentation APINextErrors, Rate Limits & Credits