Pongo API

Welcome to the Pongo API.

API Explorer

Available Endpoints:

POST /crawl

Fetches and analyzes content from specified URLs. Requires secret key authentication.

POST /crawlFeed

Fetches and analyzes articles from a specified RSS feed URL. Requires secret key authentication.

feedUrl force_crawl skip_ai
GET /api/entry

Retrieves an entry by its URL. Requires secret key authentication.

url
GET /api/search

Searches for entries containing a specific keyword. Requires secret key authentication.

keyword limit offset
GET /api/feed/entries

Retrieves all entries from a specific feed. Requires secret key authentication.

feedUrl limit offset
GET /api/feeds

Retrieves a list of all feeds. Requires secret key authentication.

GET /api/recent

Retrieves the most recent entries across all feeds. Requires secret key authentication.

limit offset
GET /api/domain/entries

Retrieves entries from a specific domain. Requires secret key authentication.

domain limit offset
GET /api/stats

Retrieves statistical information about the aggregated data. Requires secret key authentication.

GET /api/categories

Retrieves all available categories and their article counts. Requires secret key authentication.

categories
GET /api/categories/entries

Retrieves entries that match specific categories. Requires secret key authentication.

categories limit offset
GET /healthcheck

Check the health status of the API services.

GET /db-health

Check the health status of the database connection.