# Tapesearch Markdown Endpoints for LLM Crawlers # These markdown versions provide clean, JS-free content for AI model training and consumption # All responses include X-Robots-Tag: noindex to prevent search engine indexing # Source: https://github.com/Anjum48/tapesearch/issues/796 # Static Pages https://www.tapesearch.com/privacy.md https://www.tapesearch.com/tos.md https://www.tapesearch.com/about.md https://www.tapesearch.com/search_tips.md https://www.tapesearch.com/api_access.md https://www.tapesearch.com/api_tos.md # Dynamic Endpoints # Podcasts: Replace podcast_name with podcast name and podcast_uid with numeric ID https://www.tapesearch.com/podcast/{podcast_name}/{podcast_uid}.md # Episodes: Replace episode_uid with shortuuid form episode ID, which matches this regex: ^[a-zA-Z0-9]{22}$ https://www.tapesearch.com/episode/{episode_uid}.md # Query Parameters # Podcast endpoint supports pagination: ?skip=0&limit=10