Add to List
POST
/v1/lists/{list_id}/items
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Save a post to a reading list.
/v1/lists/{list_id}/items
| Parameter | Type | Description |
|---|---|---|
list_id | string (UUID) | List ID |
| Field | Type | Required | Description |
|---|---|---|---|
post_id | string (UUID) | Yes | Post ID to add |
curl -X POST https://twixb.com/api/v1/lists/5593f707-.../items \
-H "X-API-Key: twxb_your_key_here" \
-H "Content-Type: application/json" \
-d '{"post_id": "a6afb505-640c-4daf-a27d-d9b6b1eb2a83"}'