post/v1/news/batchCached items for many sources in one round trip (upstream `entire` semantics): NEVER triggers outbound fetches — cold or unknown sources are simply absent from the response, and each card lazy-fetches its own source as it scrolls into view. This is what makes a warm wall render instantly.
curl -X POST "https://api.outception.com/v1/news/batch" \
-H "Authorization: Bearer $OUTCEPTION_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "sources": [ "string" ] }'Body
sourcesarray<string>
required
Response · 200
Successful Response
statusenum
required
idstring
required
updatedTimeinteger
required
itemsarray<NewsItem>
required
idstring
required
titlestring
required
urlstring
required
mobileUrlstring | null
pubDateinteger | null
extraNewsExtra | null
Errors
422Validation Error