Create List
POST
/v1/lists
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a new reading list.
/v1/lists
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | List name |
description | string | No | Description |
curl -X POST https://twixb.com/api/v1/lists \
-H "X-API-Key: twxb_your_key_here" \
-H "Content-Type: application/json" \
-d '{"name": "Weekly Highlights", "description": "Best posts of the week"}'