# twixb API Docs ## Docs - [API Reference](https://docs.twixb.com/api-reference/introduction.md): Complete reference for all twixb API endpoints. - [Add to List](https://docs.twixb.com/api-reference/lists-add-item.md): Save a post to a reading list. - [Create List](https://docs.twixb.com/api-reference/lists-create.md): Create a new reading list. - [Get List](https://docs.twixb.com/api-reference/lists-get.md): Get a reading list with its items. - [List Lists](https://docs.twixb.com/api-reference/lists-list.md): Get all reading lists. - [Remove from List](https://docs.twixb.com/api-reference/lists-remove-item.md): Remove a post from a reading list. - [Create Newsfeed](https://docs.twixb.com/api-reference/newsfeeds-create.md): Create a new newsfeed with keywords. - [Delete Newsfeed](https://docs.twixb.com/api-reference/newsfeeds-delete.md): Permanently delete a newsfeed and all its data. - [Get Newsfeed](https://docs.twixb.com/api-reference/newsfeeds-get.md): Get details of a specific newsfeed. - [List Newsfeeds](https://docs.twixb.com/api-reference/newsfeeds-list.md): Get all newsfeeds for the authenticated user. - [Update Newsfeed](https://docs.twixb.com/api-reference/newsfeeds-update.md): Update newsfeed settings. - [Get Post](https://docs.twixb.com/api-reference/posts-get.md): Get full post details including content. - [Hide Post](https://docs.twixb.com/api-reference/posts-hide.md): Hide a post from the newsfeed. - [List Posts](https://docs.twixb.com/api-reference/posts-list.md): List and filter posts in a newsfeed. - [Mark Post Read](https://docs.twixb.com/api-reference/posts-mark-read.md): Mark a post as read. - [Mark Post Unread](https://docs.twixb.com/api-reference/posts-mark-unread.md): Mark a post as unread. - [Add Source](https://docs.twixb.com/api-reference/sources-add.md): Add a content source to a newsfeed. - [Delete Source](https://docs.twixb.com/api-reference/sources-delete.md): Remove a source from a newsfeed. - [List Sources](https://docs.twixb.com/api-reference/sources-list.md): List all sources in a newsfeed. - [Validate Source](https://docs.twixb.com/api-reference/sources-validate.md): Check if a URL is crawlable before adding it as a source. - [Authentication](https://docs.twixb.com/guides/authentication.md): How to authenticate with the twixb API using API keys. - [MCP Server](https://docs.twixb.com/guides/mcp.md): Connect twixb to Claude Desktop, Cursor, and other AI assistants via MCP. - [Quickstart](https://docs.twixb.com/guides/quickstart.md): Get up and running with the twixb API in 5 minutes. - [twixb API Documentation](https://docs.twixb.com/index.md): Build on top of twixb — access your newsfeeds, posts, and sources programmatically. ## OpenAPI Specs - [openapi](https://docs.twixb.com/api-reference/openapi.json)