alerts
Create an alert
Create an alert.
post/v1/chat/alerts
Request body
Example request
{
"query": "I want to be alerted if the president of the US says something about the economy",
"model": "gpt-4o-mini",
"cron": "'0 0 * * *' (daily at midnight UTC)",
"report": {
"model": "gpt-4o"
},
"title": "Alert for US President's statements on the economy"
}Response
Created alert.
Changes
No recorded changes to this endpoint across all 1 revision of this API.