# API-reference **A collection of API's that may be useful to us:** https://publicapis.io/ - A curated collection of 15k+ public and free APIs. Compatible with JavaScript, PHP, Ruby, and other languages. https://screenshotmax.com/ - screenshot API eliminates browser setup, headless errors, and scaling concerns. Take website screenshots with a simple API call. ## Supadata.ai https://supadata.ai/ Turn videos and websites into structured data with simple APIs. - Extract captions from YouTube, TikTok, Instagram, X, and video files - JSON output, no rate limits - Clean Markdown content for AI/chatbot training - Bypass CAPTCHAs and rate limits ```bash curl -X GET 'https://api.supadata.ai/v1/transcript?url=https://youtu.be/dQw4w9WgXcQ' \ -H 'x-api-key: YOUR_API_KEY'