Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Introduction
Quickstart
Filters
Response Format
API Reference
MCP Server
Agent Skill
Firehose
Cyber API
Data Breaches API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
News Search API
Introduction
Quickstart
Filters
Response Format
API Reference
MCP Server
Agent Skill
Firehose
Cyber API
Data Breaches API
Domain Exposure API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Quickstart

Send a JSON request with a free-text query:

POST

curl -s -X POST "http://api.webz.io/api/news/context" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "query": "renewable energy investments in Germany"
  }'

The API can match articles that discuss the topic even when they do not contain the exact query terms.

By default, the API returns up to 10 results and uses best match.

For authentication and account requirements, see Endpoints & Authentication. For all request fields, see Request Parameters.

Last updated: August 19, 2026
PreviousIntroductionNextFilters