# Skimming AI ## Docs - [Chat with a FLAC audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/audio/chat-with-a-flac-audio-file.md): Ask questions about a FLAC audio file using its `file_id`. - [Chat with a WAV audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/audio/chat-with-a-wav-audio-file.md): Ask questions about a WAV audio file using its `file_id`. - [Chat with an M4A audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/audio/chat-with-an-m4a-audio-file.md): Ask questions about an M4A audio file using its `file_id`. - [Chat with an MP3 audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/audio/chat-with-an-mp3-audio-file.md): Ask questions about an MP3 audio file using its `file_id`. - [Chat with an OGG audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/audio/chat-with-an-ogg-audio-file.md): Ask questions about an OGG audio file using its `file_id`. - [Chat with a PDF file](https://haider-5d8ca6e7.mintlify.app/api-reference/document/chat-with-a-pdf-file.md): Ask questions about a PDF file using its `file_id`. - [Chat with a PowerPoint presentation](https://haider-5d8ca6e7.mintlify.app/api-reference/document/chat-with-a-powerpoint-presentation.md): Ask questions about a PowerPoint presentation using its `file_id`. - [Chat with a text file](https://haider-5d8ca6e7.mintlify.app/api-reference/document/chat-with-a-text-file.md): Ask questions about a text file using its `file_id`. - [Chat with an EPUB file](https://haider-5d8ca6e7.mintlify.app/api-reference/document/chat-with-an-epub-file.md): Ask questions about an EPUB file using its `file_id`. - [Chat with an Excel/CSV file](https://haider-5d8ca6e7.mintlify.app/api-reference/document/chat-with-an-excelcsv-file.md): Ask questions about an Excel or CSV file using its `file_id`. - [Extract text from a document](https://haider-5d8ca6e7.mintlify.app/api-reference/extract/extract-text-from-a-document.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `extract: true` in the body for compatibility. - [Extract text from an image](https://haider-5d8ca6e7.mintlify.app/api-reference/extract/extract-text-from-an-image.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `extract: true` in the body for compatibility. - [Extract text/transcript from an audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/extract/extract-texttranscript-from-an-audio-file.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `extract: true` in the body for compatibility. - [Extract transcript/text from a video file](https://haider-5d8ca6e7.mintlify.app/api-reference/extract/extract-transcripttext-from-a-video-file.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `extract: true` in the body for compatibility. - [Extract transcript/text from a YouTube URL](https://haider-5d8ca6e7.mintlify.app/api-reference/extract/extract-transcripttext-from-a-youtube-url.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `extract: true` in the body for compatibility. - [Extract website text](https://haider-5d8ca6e7.mintlify.app/api-reference/extract/extract-website-text.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `extract: true` in the body for compatibility. - [Chat with a GIF image](https://haider-5d8ca6e7.mintlify.app/api-reference/image/chat-with-a-gif-image.md): Ask questions about a GIF image using AI-powered vision. - [Chat with a JPEG image](https://haider-5d8ca6e7.mintlify.app/api-reference/image/chat-with-a-jpeg-image.md): Ask questions about a JPEG image using AI-powered vision. - [Chat with a PNG image](https://haider-5d8ca6e7.mintlify.app/api-reference/image/chat-with-a-png-image.md): Ask questions about a PNG image using AI-powered vision. - [Chat with a WebP image](https://haider-5d8ca6e7.mintlify.app/api-reference/image/chat-with-a-webp-image.md): Ask questions about a WebP image using AI-powered vision. - [Ingest a document or file](https://haider-5d8ca6e7.mintlify.app/api-reference/ingest/ingest-a-document-or-file.md): Upload a file (PDF, , CSV, EPUB, PPTX, TXT) or provide a URL to get a `file_id`. The `file_id` returned from this endpoint is required for all chat operations. - [Ingest a video file](https://haider-5d8ca6e7.mintlify.app/api-reference/ingest/ingest-a-video-file.md): Upload a video file to get a `file_id` for chat operations. - [Ingest a website or social media post](https://haider-5d8ca6e7.mintlify.app/api-reference/ingest/ingest-a-website-or-social-media-post.md): Ingest a website URL or social media post to get a `file_id` for chat operations. - [Ingest a YouTube video](https://haider-5d8ca6e7.mintlify.app/api-reference/ingest/ingest-a-youtube-video.md): **Dedicated endpoint for ingesting YouTube videos.** - [Ingest an audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/ingest/ingest-an-audio-file.md): Upload an audio file to get a `file_id` for chat operations. - [Ingest an image file](https://haider-5d8ca6e7.mintlify.app/api-reference/ingest/ingest-an-image-file.md): Upload an image file to get a `file_id` for chat operations. - [API Reference](https://haider-5d8ca6e7.mintlify.app/api-reference/introduction.md): Complete reference for the Skimming AI REST API - [Parse a document](https://haider-5d8ca6e7.mintlify.app/api-reference/parse/parse-a-document.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `parse: true` in the body for compatibility. - [Parse a video file](https://haider-5d8ca6e7.mintlify.app/api-reference/parse/parse-a-video-file.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `parse: true` in the body for compatibility. - [Parse a website URL](https://haider-5d8ca6e7.mintlify.app/api-reference/parse/parse-a-website-url.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `parse: true` in the body for compatibility. - [Parse a YouTube URL](https://haider-5d8ca6e7.mintlify.app/api-reference/parse/parse-a-youtube-url.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `parse: true` in the body for compatibility. - [Parse an audio file](https://haider-5d8ca6e7.mintlify.app/api-reference/parse/parse-an-audio-file.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `parse: true` in the body for compatibility. - [Parse an image](https://haider-5d8ca6e7.mintlify.app/api-reference/parse/parse-an-image.md): Runs the standard source ingest pipeline and saves a file record. Clients typically send `parse: true` in the body for compatibility. - [Chat with a Facebook post](https://haider-5d8ca6e7.mintlify.app/api-reference/source/chat-with-a-facebook-post.md): Ask questions about a Facebook post using its `file_id`. - [Chat with a LinkedIn post](https://haider-5d8ca6e7.mintlify.app/api-reference/source/chat-with-a-linkedin-post.md): Ask questions about a LinkedIn post using its `file_id`. - [Chat with a Twitter/X post](https://haider-5d8ca6e7.mintlify.app/api-reference/source/chat-with-a-twitterx-post.md): Ask questions about a Twitter/X post using its `file_id`. - [Chat with a website](https://haider-5d8ca6e7.mintlify.app/api-reference/source/chat-with-a-website.md): Ask questions about a website's content using its `file_id`. - [Chat with an Instagram post](https://haider-5d8ca6e7.mintlify.app/api-reference/source/chat-with-an-instagram-post.md): Ask questions about an Instagram post using its `file_id`. - [Chat with a MOV video](https://haider-5d8ca6e7.mintlify.app/api-reference/video/chat-with-a-mov-video.md): Ask questions about a MOV video using its `file_id`. - [Chat with a WebM video](https://haider-5d8ca6e7.mintlify.app/api-reference/video/chat-with-a-webm-video.md): Ask questions about a WebM video using its `file_id`. - [Chat with a YouTube video](https://haider-5d8ca6e7.mintlify.app/api-reference/video/chat-with-a-youtube-video.md): Ask questions about a YouTube video using its `file_id`. - [Chat with an MP4 video](https://haider-5d8ca6e7.mintlify.app/api-reference/video/chat-with-an-mp4-video.md): Ask questions about an MP4 video using its `file_id`. - [Android App](https://haider-5d8ca6e7.mintlify.app/guides/android-app.md): Summarize content on the go with the Skimming AI mobile app - [Chat with Audio](https://haider-5d8ca6e7.mintlify.app/guides/chat-with-audio.md): Transcribe and interact with audio files and podcasts - [Chat with Documents](https://haider-5d8ca6e7.mintlify.app/guides/chat-with-documents.md): Upload and interact with PDFs, Excel, PowerPoint, and more - [Chat with Images](https://haider-5d8ca6e7.mintlify.app/guides/chat-with-images.md): Extract text, describe visuals, and ask questions about images - [Chat with Social Media](https://haider-5d8ca6e7.mintlify.app/guides/chat-with-social.md): Analyze posts from Instagram, X (Twitter), LinkedIn, and Facebook - [Chat with Video](https://haider-5d8ca6e7.mintlify.app/guides/chat-with-video.md): Upload video files and interact with their content - [Chat with Websites](https://haider-5d8ca6e7.mintlify.app/guides/chat-with-websites.md): Summarize and interact with any webpage content - [Chat with YouTube](https://haider-5d8ca6e7.mintlify.app/guides/chat-with-youtube.md): Summarize and ask questions about any YouTube video - [Chrome Extension](https://haider-5d8ca6e7.mintlify.app/guides/chrome-extension.md): Summarize any webpage instantly from your browser - [FAQ](https://haider-5d8ca6e7.mintlify.app/guides/faq.md): Frequently asked questions about Skimming AI - [Welcome to Skimming AI](https://haider-5d8ca6e7.mintlify.app/index.md): Build chat-with-your-content experiences using AI. Summarize, extract insights, and interact with any media. - [Quick Start](https://haider-5d8ca6e7.mintlify.app/quickstart.md): Chat with your first document in under 5 minutes ## OpenAPI Specs - [openapi](https://haider-5d8ca6e7.mintlify.app/openapi.yaml)