# Feedspace API Documentation ## Docs - [All Audio Reviews](https://docs.feedspace.io/api-reference/AudioReviews/all-audio-reviews.md): Get paginated list of feeds. Filter by feed type using filter[feed-types][] parameter (audio, video, or text). - [Update Audio Review](https://docs.feedspace.io/api-reference/AudioReviews/edit-audio-review.md): Edit a specific audio review. - [Single Audio Review](https://docs.feedspace.io/api-reference/AudioReviews/single-audio-review.md): Get details of a specific audio feed based on audio feed ID. - [Delete Audio Review](https://docs.feedspace.io/api-reference/AudioReviews/soft-delete.md): Delete a specific audio review from the list. - [Bulk Import](https://docs.feedspace.io/api-reference/ImportReviews/SelfImport/import-csv-text-review.md): Import multiple text reviews from a CSV or Excel file. - [Import Text Review](https://docs.feedspace.io/api-reference/ImportReviews/SelfImport/import-text-review.md): Import a text review manually into the workspace. All fields are optional, but at least one of the following must be provided: `rating`, `review`, or `attachments`. - [Import Video Review](https://docs.feedspace.io/api-reference/ImportReviews/SelfImport/import-video-review.md): Import a video review manually into the workspace. All fields are optional. If `type` is 'file', then `attachments[]` (video files) is required. If `type` is not 'file' or omitted, then `attachment_urls[]` (S3 URLs) is required. - [Import from Web Link](https://docs.feedspace.io/api-reference/ImportReviews/SelfImport/import-web-link.md): Import Reviews from Web Link. Enter the web link url from where you want to import reviews into Feedspace. - [Screenshot to Review](https://docs.feedspace.io/api-reference/ImportReviews/SelfImport/screenshot-to-review.md): Screenshot to Review. Upload a screenshot of your review to automatically import it. - [Create Review Form](https://docs.feedspace.io/api-reference/ReviewForms/create-form.md): Creates a new review form. - [Get All Review Form](https://docs.feedspace.io/api-reference/ReviewForms/get-all-forms.md): Returns a list of all review forms. - [Get Review Form](https://docs.feedspace.io/api-reference/ReviewForms/get-form.md): Returns a single review form by ID. - [Update Review Form](https://docs.feedspace.io/api-reference/ReviewForms/update-form.md): Updates an existing review form by ID. - [All Text Reviews](https://docs.feedspace.io/api-reference/TextReviews/all-text-reviews.md): Get paginated list of feeds. Filter by feed type using filter[feed-types][] parameter (audio, video, or text). - [Update Text Review](https://docs.feedspace.io/api-reference/TextReviews/edit-text-review.md): Edit a specific text review. - [Single Text Review](https://docs.feedspace.io/api-reference/TextReviews/single-text-review.md): Get details of a specific text feed based on text feed ID. - [Delete Text Review](https://docs.feedspace.io/api-reference/TextReviews/soft-delete.md): Delete a specific text review from the list. - [All Video Reviews](https://docs.feedspace.io/api-reference/VideoReviews/all-video-reviews.md): Get paginated list of feeds. Filter by feed type using filter[feed-types][] parameter (audio, video, or text). - [Update Video Review](https://docs.feedspace.io/api-reference/VideoReviews/edit-video-review.md): Edit a specific video review. - [Single Video Review](https://docs.feedspace.io/api-reference/VideoReviews/single-video-review.md): Get details of a single Video Review. - [Delete Video Review](https://docs.feedspace.io/api-reference/VideoReviews/soft-delete.md): Delete a specific video review from the list. - [All Pages](https://docs.feedspace.io/api-reference/WallOfLove/all-pages.md): Get all pages. - [Create Page](https://docs.feedspace.io/api-reference/WallOfLove/create-page.md): Create a new page. - [Get All Reviews (Pages)](https://docs.feedspace.io/api-reference/WallOfLove/get-reviews.md): Get all reviews for pages, with filters for feed types, favourite, forms, imported sources, sentiments, ratings, labels, and search. - [Get Selected Feeds](https://docs.feedspace.io/api-reference/WallOfLove/selected-feeds.md): Get feed details for selected feed identifiers. This endpoint accepts an array of feed identifiers and returns the corresponding feed details formatted for pages. - [Update Page](https://docs.feedspace.io/api-reference/WallOfLove/update-page.md): Update an existing page. - [Authentication](https://docs.feedspace.io/api-reference/authentication.md) - [Product Updates](https://docs.feedspace.io/changelog/product-updates.md): Feedspace is constantly evolving. See what’s new and improved. - [Use Cases & Examples](https://docs.feedspace.io/mcp/examples.md): Practical examples and common workflows for using the Feedspace MCP server with your AI assistant. - [Feedspace MCP Server](https://docs.feedspace.io/mcp/overview.md): Connect AI assistants like Claude, ChatGPT, and Cursor to your Feedspace reviews and testimonials using the Model Context Protocol. - [Setup & Installation](https://docs.feedspace.io/mcp/setup.md): How to connect the Feedspace MCP server to Claude Desktop, Cursor, VS Code, and other AI assistants. - [Feeds](https://docs.feedspace.io/mcp/tools/feeds.md): Tools for managing reviews and testimonials in your Feedspace workspace. - [Forms](https://docs.feedspace.io/mcp/tools/forms.md): Tools for creating and managing review collection forms. - [Imports](https://docs.feedspace.io/mcp/tools/imports.md): Tools for importing reviews into Feedspace. - [Labels](https://docs.feedspace.io/mcp/tools/labels.md): Tools for organizing reviews with labels. - [Wall of Love](https://docs.feedspace.io/mcp/tools/pages.md): Tools for creating standalone testimonial pages with shareable URLs. - [Team Members](https://docs.feedspace.io/mcp/tools/team-members.md): Tools for managing workspace team members and invitations. - [Widgets](https://docs.feedspace.io/mcp/tools/widgets.md): Tools for creating embeddable testimonial widgets for your website. - [Workspaces](https://docs.feedspace.io/mcp/tools/workspaces.md): Tools for managing Feedspace workspaces. - [Troubleshooting & FAQ](https://docs.feedspace.io/mcp/troubleshooting.md): Common issues and solutions when using the Feedspace MCP server. - [feed.audio.received](https://docs.feedspace.io/webhook-reference/audio-reviews/received.md) - [Contact us](https://docs.feedspace.io/webhook-reference/request.md) - [feed.text.received](https://docs.feedspace.io/webhook-reference/text-reviews/received.md) - [feed.video.received](https://docs.feedspace.io/webhook-reference/video-reviews/received.md) - [Getting Started](https://docs.feedspace.io/webhook-reference/webhook-access.md) ## OpenAPI Specs - [openapi](https://docs.feedspace.io/api-reference/openapi.json)