fetch("https://answer-intelligence-api.example.com/answer", {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-RapidAPI-Key": "YOUR_API_KEY"
},
body: JSON.stringify({
question: "How did FC Barcelona's last match end?",
style: "brief"
})
})
Barcelona won its last match 3-1. The API summarizes the result, key context and time reference without forcing the user to open several pages.