POST
/
oapi
/
tweet_filter
/
add_rule
curl --request POST \
  --url https://api.twitterapi.io/oapi/tweet_filter/add_rule \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "tag": "<string>",
  "value": "<string>",
  "interval_seconds": 123
}'
{
  "rule_id": "<string>",
  "status": "success",
  "msg": "<string>"
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Tweet filter rule add response

The response is of type object.