# Parsagon API ## Docs - [Introduction](https://docs.parsagon.io/api-reference/introduction.md): Programmatically retrieve political monitoring data and AI-generated monitoring reports using the Parsagon Search API. - [Quick Search](https://docs.parsagon.io/api-reference/endpoint/quick-search.md): Execute a search and receive results immediately, without needing to poll a persistent Search object for completion. - [Create advanced search](https://docs.parsagon.io/api-reference/endpoint/advanced-search.md): Create a persistent Search object processed asynchronously, with results and an AI-generated report available via polling. - [Retrieve advanced search](https://docs.parsagon.io/api-reference/endpoint/get-search.md): Retrieve the current state of a previously created Advanced Search, including raw results and the AI-generated report. - [List searches](https://docs.parsagon.io/api-reference/endpoint/list-searches.md): Retrieve a list of all searches made on your account, including both Quick Searches and Advanced Searches. - [Create report](https://docs.parsagon.io/api-reference/endpoint/create-report.md): Create a persistent Report object processed asynchronously, with generated report content available via polling. - [Retrieve report](https://docs.parsagon.io/api-reference/endpoint/get-report.md): Retrieve the current state of a previously created Report, including generated report content when available. - [Get category sources](https://docs.parsagon.io/api-reference/endpoint/category-sources.md): Retrieve all sources collected for a given data category in chronological order, up to 90 days back. - [Get category sources v2](https://docs.parsagon.io/api-reference/endpoint/category-sources-v2.md): Retrieve sources collected for a given data category using cursor pagination, up to 90 days back. - [List transcripts](https://docs.parsagon.io/api-reference/endpoint/list-transcripts.md): Retrieve a paginated list of transcripts within a specified category. - [Search transcripts](https://docs.parsagon.io/api-reference/endpoint/search-transcripts.md): Search through transcripts within a specified category and date range. - [Get transcript](https://docs.parsagon.io/api-reference/endpoint/get-transcript.md): Retrieve detailed data for a single transcript, including full text and segment-level speaker and timing information. - [Transcript requests](https://docs.parsagon.io/api-reference/endpoint/transcript-requests.md): Request a transcript for a public audio or video URL, check processing status, and assign speaker names. - [Coding agent skill](https://docs.parsagon.io/ai-tools/coding-agent-skill.md): Add Parsagon API guidance to your coding agent - [Claude Code setup](https://docs.parsagon.io/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.parsagon.io/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.parsagon.io/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow ## OpenAPI Specs - [openapi](https://docs.parsagon.io/api-reference/openapi.json)