From 4ef1c83ec8d51a6452de684444da3fd22fd32752 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:15:37 +0000 Subject: [PATCH] docs: tighten X Activity API introduction description for SEO --- x-api/activity/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-api/activity/introduction.mdx b/x-api/activity/introduction.mdx index 41511a78c..c0f855f33 100644 --- a/x-api/activity/introduction.mdx +++ b/x-api/activity/introduction.mdx @@ -1,7 +1,7 @@ --- title: X Activity API for streaming user event data sidebarTitle: Introduction -description: "Overview of the X Activity API for streaming real-time user activity events such as post.create, post.delete, and profile updates from the X Platform." +description: "Stream real-time user activity events from the X Platform, including posts, likes, follows, DMs, mentions, and profile updates via webhooks." keywords: ["activity API", "X Activity API", "activity events", "profile updates", "post.create", "post.delete", "like.create", "user activity", "real-time events", "activity stream"] ---