Bing AI (Balanced)

The Bing AI (Balanced) API provides access to the Bing AI chat with a balanced mode that combines the open-endedness of the Creative mode with the concise factual nature of the Precise mode. It aims to strike a balance between imagination and accuracy in its responses.

Base URL

"https://openapi-idk8.onrender.com"

Conversation Endpoint

GET `/bing-balanced?query=prompt_input`

Description: Sends a prompt input to the Bing (Balanced) AI chat to generate a balanced response.

Query Parameters

  • query (required): The input prompt for the Bing (Balanced) AI chat.

Sample Request

GET `https://openapi-idk8.onrender.com/bing-balanced?query=what+is+science?`

Sample Response


{
"api_name":"Bing (Balanced)",
"description":"Bing AI chat (Balanced) ā€“ combines the open-endedness of the Creative mode with the concise factual nature of the Precise mode. It aims to strike a balance between imagination and accuracy.",
"author":"OpenAPI",
"bing":"š—¦š—°š—¶š—²š—»š—°š—² is a systematic pursuit of knowledge that explores the physical world and its phenomena through š˜‚š—»š—Æš—¶š—®š˜€š—²š—± š—¼š—Æš˜€š—²š—暝˜ƒš—®š˜š—¶š—¼š—»š˜€ and š˜€š˜†š˜€š˜š—²š—ŗš—®š˜š—¶š—° š—²š˜…š—½š—²š—暝—¶š—ŗš—²š—»š˜š—®š˜š—¶š—¼š—». It encompasses the study of general truths and fundamental laws, covering various branches such as š—½š—µš˜†š˜€š—¶š—°š—®š—¹ š˜€š—°š—¶š—²š—»š—°š—²š˜€ (including astronomy, physics, chemistry, and Earth sciences), š—Æš—¶š—¼š—¹š—¼š—“š—¶š—°š—®š—¹ š˜€š—°š—¶š—²š—»š—°š—²š˜€ (biology and medicine), and š˜€š—¼š—°š—¶š—®š—¹ š˜€š—°š—¶š—²š—»š—°š—²š˜€ (like anthropology and economics) that delve into different aspects of human behavior and the natural world \nšŸ”Ž [1](https://www.britannica.com/science/science)  \nšŸ”Ž [2](https://www.merriam-webster.com/dictionary/science). If you'd like to learn more, feel free to ask! šŸ˜Š"}

The response includes the API name, description, author, and the generated balanced response from the Bing (Balanced) AI chat.

Error Handling

400 Bad Request: Returned when the required query parameter is missing.

{
  "error": "Query is required."
}

500 Internal Server Error: Returned when there is an issue processing the request.

{
  "error": "Internal server error."
}