AI Guides

How to Use the OpenAI–Folha–UOL News Partnership

Learn how to bring trusted Brazilian journalism into ChatGPT with the new OpenAI, Grupo Folha and Grupo UOL partnership.

AITREND AI EditorialMay 25, 20263 min read

Problem

Many Brazilian readers struggle to find reliable, up‑to‑date news within AI chat experiences. While ChatGPT offers instant answers, it often draws from sources that lack local verification, leading to misinformation or outdated headlines. The gap leaves both journalists and audiences frustrated: journalists cannot reach the AI‑driven audience they need, and users miss out on the depth of Brazil’s trusted reporting. According to the OpenAI Blog, the new strategic content partnership with Grupo Folha and Grupo UOL aims to close that gap by delivering verified Brazilian journalism directly inside ChatGPT, with clear attribution and transparency.

Prerequisites

Before you can tap into the partnership, gather the following:

  • A registered OpenAI developer account that can access ChatGPT plugins or API extensions.
  • Permission from either Grupo Folha or Grupo UOL to use their news feed in your application.
  • Basic knowledge of JSON‑based content schemas, because the partnership relies on structured data exchange.
  • Commitment to display attribution for every article, as the partnership stresses transparency.

These items ensure you respect the partnership’s goals and avoid legal pitfalls.

Steps

Step 1: Sign up for the partnership portal

Visit the OpenAI partnership landing page linked in the announcement. The portal provides a short onboarding form where you confirm your organization’s identity and your intent to surface Brazilian news. After submission, OpenAI reviews the request and, if approved, grants you an API key linked to the Folha‑UOL news stream.

Step 2: Configure the news feed endpoint

OpenAI supplies a REST endpoint that returns the latest articles in a standardized format. Insert the endpoint URL into your ChatGPT plugin manifest, and attach the API key you received. Test the connection with a simple curl request; a successful response includes headlines, timestamps, and a URL back to the original article.

Step 3: Map article fields to ChatGPT responses

When a user asks for Brazilian news, your plugin should translate the feed data into a concise answer. Pull the title, a one‑sentence summary, and the source name (Folha or UOL). Append a citation line that reads, for example, "Source: Grupo Folha". This satisfies the partnership’s attribution requirement.

Step 4: Enable real‑time updates

The partnership promises “expanding access to news with attribution and transparency.” To keep that promise, set up a webhook that notifies your service whenever a new article is published. Refresh the cached feed every few minutes so users always receive the freshest information.

Step 5: Test with native ChatGPT queries

Enter sample prompts such as “What are today’s top headlines in Brazil?” or “Give me the latest health news from Grupo UOL.” Verify that the responses include the article title, a brief description, and the required source label. Adjust your formatting if the answer feels cramped or if attribution is missing.

Pro Tips

• Keep the summary under 30 words; users appreciate brevity in chat. • Use the article’s original image URL when possible; visual cues improve engagement. • Log every request and response to monitor compliance with the attribution rule. • If you notice latency, cache the last five minutes of articles locally and serve from cache while the API call completes in the background. • Periodically review the OpenAI partnership page for updates; OpenAI may expand the data schema or add new content categories.

By AITREND AI Editorial

FAQ

Q: Do I need a separate contract with Folha or UOL?

A: Yes. The partnership requires permission from the news organization whose content you will surface.

Q: How is attribution displayed?

A: Each answer must include a line that names the source, such as "Source: Grupo Folha" or "Source: Grupo UOL".

Q: Can I filter the feed by topic?

A: The API supports query parameters for categories like politics, sports, or health, allowing you to tailor the news to user interest.

Topics Covered
OpenAIChatGPTBrazilian journalismContent integrationAI partnership
Related Coverage