Skip to main content
POST

Authorizations

X-API-KEY
string
header
required

API key created in the Bigdata Developer Platform.

Body

application/json
intent
string
required

Plain-language description of what should count as an event.

schedule
object
required

How often an active monitor searches for new content.

name
string

Short, recognizable monitor name.

status
enum<string>
default:inactive

active runs on schedule. inactive keeps its configuration but does not start new scheduled runs.

Available options:
active,
inactive
search_queries
object

What to search for during each run. Set the search mode and provide the same query object used by Search documents.

structured_output
object

The fields returned with every event. Each property name becomes a field in the response.

extraction_instructions
string

Rules explaining what to include, what to exclude, and how to interpret matching content.

entity_watchlist
object[]

Optional set of entities the monitor should track.

Response

Monitor created.

data
object
required
metadata
object
required