# Parsagon API ## Docs - [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. - [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. - [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. - [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. - [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. - [List transcripts](https://docs.parsagon.io/api-reference/endpoint/list-transcripts.md): Retrieve a paginated list of transcripts within a specified category. - [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. - [Search transcripts](https://docs.parsagon.io/api-reference/endpoint/search-transcripts.md): Search through transcripts within a specified category and date range. - [Introduction](https://docs.parsagon.io/api-reference/introduction.md): Programmatically retrieve political monitoring data and AI-generated monitoring reports using the Parsagon Search API. ## OpenAPI Specs - [openapi](https://docs.parsagon.io/api-reference/openapi.json)