{
"model": "gpt-5",
"tools": [
{
"type": "web_search"
}
],
"input": "what was a positive news story from today?"
}curl --location --request POST 'v1/responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-5",
"tools": [
{
"type": "web_search"
}
],
"input": "what was a positive news story from today?"
}'{}