Skip to main content
Contents Hub home page
Search...
⌘K
Ask AI
Search...
Navigation
App
Get
Documentation
API Reference
GitHub
App
GET
Get
GET
Get health
auth
GET
Get current user info
GET
Get current user ID
POST
Dev login for sandbox environment
api-keys
GET
List all API keys for the user
POST
Create a new API key
DEL
Delete an API key
subscriptions
GET
Get all subscriptions for current user
GET
Find subscription by URL
POST
Initialize a list-diff subscription with selector
POST
Subscribe to a YouTube channel via RSS
POST
Subscribe to a page via RSS feed
POST
Subscribe to a Threads profile
POST
Subscribe to a Medium profile or publication via RSS
POST
Subscribe to a Twitter/X profile
POST
Subscribe to a LinkedIn profile
POST
Monitor a web page for content changes
POST
Preview pipeline dry-run
GET
Get a single subscription by ID
DEL
Delete a subscription
GET
Get contents collected by a subscription
GET
Get subscription check logs
PATCH
Retry a broken subscription
content-items
GET
Get all content items for current user
POST
Create a new content item (read later)
GET
Find content item by URL
GET
Get a content item by ID
DEL
Delete a content item
PATCH
Update a content item
PATCH
Archive a content item
user-settings
GET
Get current user settings
PATCH
Update current user settings
Digests
POST
Trigger digest pipeline for current user
GET
Get all digests for current user
GET
Get today's digest
GET
Get a specific digest by ID
GET
Get feedback for a specific digest
POST
Submit feedback (rating/comment) for a digest
dispatch
POST
Send test email
slack
GET
Generate Slack OAuth URL
GET
Handle Slack OAuth callback
GET
Get Slack connection status
DEL
Disconnect Slack
GET
List available Slack channels
PATCH
Set target channel for Slack notifications
POST
Send test message to Slack
Tracking
GET
Redirect tracking link to original URL
StreamableHttp
GET
Get mcp
POST
Post mcp
DEL
Delete mcp
admin
GET
Check if current user is admin
GET
Get aggregated metrics for date range (max 90 days)
GET
Get list of all users
POST
Preview digest in specified mode and channel
cURL
cURL
Copy
Ask AI
curl --request GET \ --url https://api.example.com/
App
Get
Copy page
Copy page
GET
Try it
cURL
cURL
Copy
Ask AI
curl --request GET \ --url https://api.example.com/
Response
200 - undefined
Get health
⌘I