# ParseJet > Universal file and URL parsing API. Extracts text content from 25+ formats via a single HTTP endpoint. No local dependencies required. ParseJet accepts any file or URL and returns structured text output. It handles PDFs, Office documents, web pages, YouTube videos, audio, video, images, ebooks, and feeds through one consistent API. ## Docs - [Quick Start](https://parsejet.com/docs#quick-start): Get started in under 60 seconds - [Authentication](https://parsejet.com/docs#authentication): API key, session, and anonymous access modes - [Core Concepts](https://parsejet.com/docs#concepts): Formats, credits, and output options - [Rate Limits & Pricing](https://parsejet.com/docs#rate-limits): Per-tier quotas and pricing ## Guides - [Parse a PDF](https://parsejet.com/docs#guide-pdf): Upload and convert PDF to text or markdown - [YouTube Transcripts](https://parsejet.com/docs#guide-youtube): Get transcripts in any language - [Web Scraping](https://parsejet.com/docs#guide-web): Extract main content from web pages - [Office Documents](https://parsejet.com/docs#guide-documents): Parse DOCX, XLSX, PPTX, CSV ## API Endpoints - [POST /v1/parse/auto](https://parsejet.com/docs#auto-parse): Auto-detect format from file or URL (recommended) - [POST /v1/parse/auto/url](https://parsejet.com/docs#auto-url): Parse any URL - [POST /v1/parse/auto/file](https://parsejet.com/docs#auto-file): Parse any uploaded file - [POST /v1/parse/webpage](https://parsejet.com/docs#webpage): Extract main content from a web page - [POST /v1/parse/youtube](https://parsejet.com/docs#youtube): Get YouTube video transcript - [POST /v1/parse/audio](https://parsejet.com/docs#audio): Transcribe audio files - [POST /v1/parse/video](https://parsejet.com/docs#video): Extract audio from video for transcription - [POST /v1/parse/epub](https://parsejet.com/docs#epub): Parse EPUB ebooks - [POST /v1/parse/feed](https://parsejet.com/docs#feed): Parse RSS/Atom feeds - [POST /v1/parse/image](https://parsejet.com/docs#image): Analyze images - [POST /v1/parse/image/ocr](https://parsejet.com/docs#image-ocr): OCR text extraction ## Pricing - [Pricing](https://parsejet.com/pricing): Free (300 credits/month), Pro $19/mo, Business $49/mo, Scale $99/mo ## Optional - [SDKs](https://parsejet.com/docs#sdks): TypeScript and Python SDKs - [Error Codes](https://parsejet.com/docs#errors): Error codes and troubleshooting - [Full docs for LLMs](https://parsejet.com/llms-full.txt): Complete API reference in plain text