Newsfork

Documentation

Everything you need to integrate and build with Newsfork.

Korean documentation: docs.newsfork.com/ko

Quick example

curl https://api.newsfork.com/v1/news \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -G \
  --data-urlencode "country=us" \
  --data-urlencode "category=policy" \
  --data-urlencode "limit=10"

Knowledge agent Q&A (/v1/knowledge/ask) is not yet available — use semantic search via /v1/rag/query on Pro and Enterprise plans.