Monitors
Create keyword monitor
Creates a keyword monitor. Keyword monitors are unlimited. Active monitors check every 1 second and cost 21 credits per hour. Events and webhook deliveries are included. Creation requires available credits for the first hourly charge.
post/monitors/keywords
Request body
Example request
{
"query": "xquik OR \"x api\"",
"eventTypes": [
"tweet.new",
"tweet.reply"
]
}Response
Keyword monitor created
Example response
{
"id": "21",
"query": "xquik OR \"x api\"",
"eventTypes": [
"tweet.new",
"tweet.reply"
],
"isActive": true,
"createdAt": "2025-01-15T12:00:00Z",
"nextBillingAt": "2025-01-15T12:00:00Z"
}