RTStream
Create collection event
post/rtstream/event
Request body
Example request
{
"event_prompt": "Detect when a person enters the room",
"label": "person-entry"
}Response
Event created
Example response
{
"success": true,
"data": {
"event_id": "event-12345"
}
}