TweetsmashDocs
LoginDashboard
Getting Started
Getting Started
For AI agents
OverviewConnect your agentAgent Skills
MCP
MCP Integration
Bookmarks
GETFetch Saved PostsGETGet a Bookmark (full content)
Labels
GETManage LabelsPOSTAdd Labels to TweetsPOSTRemove Labels from TweetsPOSTAdd Labels by Filter (bulk)
Smart Views
GETList Smart ViewsGETGet / Update / Delete a Smart ViewGETGet Smart View Bookmarks
Exports
POSTExport Bookmarks (PDF / CSV / JSON)
Memory
GETMemories (remember / recall / forget)
Integrations
n8n IntegrationWebhook Integration
API Docs/Core API/Manage Labels
Endpoint

Manage Labels

Retrieve all labels associated with your account and their usage counts.

GEThttps://api.tweetsmash.com/v1/labels

Header Parameters

Response

{
  "status": true,
  "data": [
    {
      "id": "1672516100",
      "label_name": "80/20 rule",
      "metadata": null,
      "count": 1
    },
    {
      "id": "1777369802782155300",
      "label_name": "AI",
      "metadata": null,
      "count": 285
    },
    {
      "id": "1672512785",
      "label_name": "Advertisement",
      "metadata": null,
      "count": 1
    }
  ]
}