# Supadata Docs ## Docs - [Transcript](https://docs.supadata.ai/api-reference/endpoint/transcript/transcript.md): Get transcript from a supported video platform (YouTube, TikTok, Instagram, Twitter) or file URL. If the video is too large to return transcript immediately, request returns a job ID. Use the `/transcript/:jobId` endpoint to get job results. - [Transcript Result](https://docs.supadata.ai/api-reference/endpoint/transcript/transcript-get.md): Get results for a transcript job by job ID. - [Crawl](https://docs.supadata.ai/api-reference/endpoint/web/crawl.md): Create a crawl job to extract content from all pages on a website. - [Crawl Status](https://docs.supadata.ai/api-reference/endpoint/web/crawl-get.md): Get the status and results of a crawl job. - [Map](https://docs.supadata.ai/api-reference/endpoint/web/map.md): Extract all links found on a whole website. - [Scrape](https://docs.supadata.ai/api-reference/endpoint/web/scrape.md): Extract content from any web page to Markdown format. - [Batch Result](https://docs.supadata.ai/api-reference/endpoint/youtube/batch-get.md): Get the status and results of a YouTube batch job. - [Channel](https://docs.supadata.ai/api-reference/endpoint/youtube/channel.md): Get metadata for a YouTube channel. - [Channel Videos](https://docs.supadata.ai/api-reference/endpoint/youtube/channel-videos.md): Get video IDs from a YouTube channel. - [Playlist](https://docs.supadata.ai/api-reference/endpoint/youtube/playlist.md): Get metadata for a YouTube playlist. - [Playlist Videos](https://docs.supadata.ai/api-reference/endpoint/youtube/playlist-videos.md): Get video IDs from a YouTube playlist. - [Transcript](https://docs.supadata.ai/api-reference/endpoint/youtube/transcript.md): Get transcript from YouTube video in various formats and languages. If the `lang` parameter is not provided or the transcript is not available in the requested language, the API defaults to the first available language. - [Transcript Batch](https://docs.supadata.ai/api-reference/endpoint/youtube/transcript-batch.md): Create a batch job to get transcripts of multiple YouTube videos - [Translate Transcript](https://docs.supadata.ai/api-reference/endpoint/youtube/translation.md): Translate YouTube video transcript into different languages. - [Video Batch](https://docs.supadata.ai/api-reference/endpoint/youtube/video-batch.md): Create a batch job to fetch metadata of multiple YouTube videos - [Video](https://docs.supadata.ai/api-reference/endpoint/youtube/video-get.md): Get metadata for a YouTube video. - [Introduction](https://docs.supadata.ai/api-reference/introduction.md): Supadata API Reference - [Internal Error](https://docs.supadata.ai/errors/internal-error.md): An internal server error occurred while processing your request. Explanation of the error and how to fix it. - [Invalid Request](https://docs.supadata.ai/errors/invalid-request.md): It is an API error returned when the API fails to serve the request due to invalid request parameters. - [Limit Exceeded](https://docs.supadata.ai/errors/limit-exceeded.md): You have exceeded the allowed request rate or quota limits. Explanation of the error and how to fix it. - [Error Codes](https://docs.supadata.ai/errors/list.md): A comprehensive list of all possible error codes you might encounter when using the Supadata API. - [Not Found](https://docs.supadata.ai/errors/not-found.md): The requested resource could not be found. Explanation of the error and how to fix it. - [Transcript Unavailable](https://docs.supadata.ai/errors/transcript-unavailable.md): No transcript is available for this video. Explanation of the error and how to fix it. - [Unauthorized](https://docs.supadata.ai/errors/unauthorized.md): The request is unauthorized. Explanation of the error and how to fix it. - [Upgrade Required](https://docs.supadata.ai/errors/upgrade-required.md): This feature is not available on your current plan. Explanation of the error and how to fix it. - [Transcript](https://docs.supadata.ai/get-transcript.md): Use this API endpoint to fetch text transcript from a video hosted on YouTube, TikTok, Instagram, X (Twitter) or a public file URL. - [Introduction](https://docs.supadata.ai/index.md): Welcome to the Supadata documentation. Our API provides powerful tools for extracting web content. - [Node](https://docs.supadata.ai/sdks/node.md): Supadata Node SDK is a wrapper around the Supadata API to help you easily turn videos into transcripts and websites into markdown. - [Overview](https://docs.supadata.ai/sdks/overview.md): Supadata SDKs are wrappers around the Supadata API to help you easily extract data from websites. - [Python](https://docs.supadata.ai/sdks/python.md): Supadata Python SDK is a wrapper around the Supadata API to help you easily turn videos into transcripts and websites into markdown. - [Crawl](https://docs.supadata.ai/web/crawl.md): Crawl a whole website and get content of all pages on it. - [Map](https://docs.supadata.ai/web/map.md): Scan a whole website and get URLs on it. Can be used to create a sitemap or run a crawler to fetch content of all pages of a destination. - [Scrape](https://docs.supadata.ai/web/scrape.md): Extract content from any web page using our powerful scraping API. - [Batch](https://docs.supadata.ai/youtube/batch.md): Get multiple transcripts or video metadata from YouTube videos in a playlist, channel or list of URLs. - [Channel](https://docs.supadata.ai/youtube/channel.md): Use this API endpoint to fetch metadata from a YouTube channel including name, description, subscriber count, and more. - [Channel Videos](https://docs.supadata.ai/youtube/channel-videos.md): Use this API endpoint to fetch a list of video IDs from a YouTube channel. - [Transcript](https://docs.supadata.ai/youtube/get-transcript.md): Use this API endpoint to fetch text transcript from a YouTube video in various formats and languages. - [Translation](https://docs.supadata.ai/youtube/get-transcript-translation.md): Use this API endpoint to fetch text transcript from a YouTube video in various formats and languages. - [Playlist](https://docs.supadata.ai/youtube/playlist.md): Use this API endpoint to fetch metadata from a YouTube playlist including title, description, video count, and more. - [Playlist Videos](https://docs.supadata.ai/youtube/playlist-videos.md): Use this API endpoint to fetch a list of video IDs from a YouTube playlist. - [Languages](https://docs.supadata.ai/youtube/supported-language-codes.md): Supported languages for YouTube transcripts. - [URL Formats](https://docs.supadata.ai/youtube/supported-url-formats.md): Supported YouTube URL formats for videos, playlists, and channels. - [Video Metadata](https://docs.supadata.ai/youtube/video.md): Use this API endpoint to fetch metadata from a YouTube video including title, description, channel info, and more. ## Optional - [Playground](https://supadata.ai/playground) - [Feedback](https://supadata.featurebase.app)