Overview
The library is where users store and manage their content before publishing. Items can be external links (resolved via URL), uploaded media, or data tables. The library supports bulk saving, publishing to topics, and visibility management.Public Endpoints
Resolve URL
| Parameter | Type | Description |
|---|---|---|
url | string | URL to resolve (required) |
| Platform | URL Patterns |
|---|---|
| Twitter/X | twitter.com, x.com |
| YouTube | youtube.com, youtu.be |
instagram.com | |
| TikTok | tiktok.com |
| ESPN | espn.com |
| Substack | *.substack.com |
| Generic | Any other URL (extracts Open Graph data) |
Authenticated Endpoints
List Library Items
Requires authentication.
| Parameter | Type | Description |
|---|---|---|
item_type | string | Filter by type (external_media, uploaded_media, data_table) |
offset | integer | Pagination offset |
limit | integer | Results per page |
visibility | string | Filter by visibility |
Save Items
Requires authentication.
Publish Item
Requires authentication.
| Field | Type | Description |
|---|---|---|
tags | array | Topic names to tag the post to |
Update Item
Requires authentication.
Delete Item
Requires authentication.