语言
/v1/text/extract-urls
扫描文本字符串并返回所有检测到的 URL。 匹配 http://、https:// 和协议相关 URL。 返回带有计数的去重列表。
The text to scan for URLs.
curl -X POST https://api.botoi.com/v1/text/extract-urls \ -H "Content-Type: application/json" \ -d '{"text":"Visit https://botoi.com for APIs. Docs at https://api.botoi.com/docs."}'
从用户提交的消息中提取 URL,以生成包含标题、图像和说明的丰富链接预览。
扫描文档页面中的所有外部 URL,并根据白名单进行检查或运行链接检查。
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.