Welcome to the Pongo API.
API Explorer/crawl
Fetches and analyzes content from specified URLs. Requires secret key authentication.
/crawlFeed
Fetches and analyzes articles from a specified RSS feed URL. Requires secret key authentication.
/api/entry
Retrieves an entry by its URL. Requires secret key authentication.
/api/search
Searches for entries containing a specific keyword. Requires secret key authentication.
/api/feed/entries
Retrieves all entries from a specific feed. Requires secret key authentication.
/api/feeds
Retrieves a list of all feeds. Requires secret key authentication.
/api/recent
Retrieves the most recent entries across all feeds. Requires secret key authentication.
/api/domain/entries
Retrieves entries from a specific domain. Requires secret key authentication.
/api/stats
Retrieves statistical information about the aggregated data. Requires secret key authentication.
/api/categories
Retrieves all available categories and their article counts. Requires secret key authentication.
/api/categories/entries
Retrieves entries that match specific categories. Requires secret key authentication.
/healthcheck
Check the health status of the API services.
/db-health
Check the health status of the database connection.