API Docs/Core API/Add Labels by Filter (bulk)
Endpoint
Add Labels by Filter (bulk)
Add one label to EVERY bookmark matching a filter, in a single request β no need to list and loop. Returns how many bookmarks matched and were tagged.
POSThttps://api.tweetsmash.com/v1/labels/add-by-filter
Header Parameters
Body Parameters
Response
{
"status": true,
"data": {
"matched": 42,
"tagged": 42,
"failed": 0,
"truncated": false,
"label": {
"id": "177...",
"name": "AI"
}
}
}