Outception Docs

get
/v1/news/search

Search the wall: source names (always) and cached headlines (warm sources only — search never triggers an outbound fetch).

curl -X GET "https://api.outception.com/v1/news/search?q=string" \
  -H "Authorization: Bearer $OUTCEPTION_TOKEN" \
  -H "Accept: application/json"

Query parameters

  • q

    string

    required

    Search query.

Response · 200

Successful Response

  • sources

    array<SourceMeta>

    required

    • id

      string

      required

    • name

      string

      required

    • color

      string

      required

    • column

      string | null

    • type

      enum | null

    • home

      string | null

    • title

      string | null

    • desc

      string | null

    • interval

      integer

      required

    • redirect

      string | null

  • items

    array<NewsSearchItem>

    required

    • sourceId

      string

      required

    • sourceName

      string

      required

    • item

      NewsItem

      required

      • id

        string

        required

      • title

        string

        required

      • url

        string

        required

      • mobileUrl

        string | null

      • pubDate

        integer | null

      • extra

        NewsExtra | null

Errors

  • 422

    Validation Error