{"message":"Metadata Scraper API","endpoints":{"POST /api/scrape-metadata":"Scrape metadata using Puppeteer (handles JavaScript)","POST /api/scrape-metadata-cheerio":"Scrape metadata using Cheerio (faster, HTML only) - supports single URL or multiple URLs","POST /api/test-urls":"Test if URLs are accessible before scraping","GET /health":"Health check endpoint"},"usage":{"singleUrl":{"body":{"url":"https://example.com"}},"multipleUrls":{"body":{"urls":["https://example.com","https://github.com","https://stackoverflow.com"]}}}}