Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bulk-add static people membership to a people list
curl -X POST "https://api.clustr-ai.com/api/public/lists/l1a2b3c4-.../people" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"person_ids": ["jane-smith", "john-doe"]}'
{ "success": true, "data": { "message": "People added to list", "added": 2 } }
{ "success": false, "error": { "message": "list not found", "code": "NOT_FOUND" } }