# News Plugin **Provider:** News Plugin **Category:** finance **Base URL:** `https://staging2.freetv-app.com` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://staging2.freetv-app.com ## Description A plugin that allows the user to obtain and summary latest news using ChatGPT. If you do not know the user's username, ask them first before making queries to the plugin. Otherwise, use the username "global". ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://staging2.freetv-app.com/services` | Query the latest news | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://staging2.freetv-app.com/services' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/news-plugin/) — CC BY 4.0*