AI联网搜索
提供智能语义搜索服务,基于大模型理解自然语言查询,返回精准答案与结构化数据。支持多模态内容检索(文本/图片/视频),适用于研究分析、商业决策等场景。
https://api.auth.top/api/aiso请求参数
将 Key 放到 Header 中使用 Authorization 请求头,按 Bearer Token 方式传递
Authorization:Bearer YOUR_API_KEY
相关套餐
请求示例
Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X POST 'https://api.auth.top/api/aiso?q=q' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-d 'scope=webpage' \
-d 'size=10'返回示例
{
"title": "什么是API?",
"link": "https://cn.aliyun.com/getting-started/what-is/what-is-api",
"score": "medium",
"snippet": "云控制 API 是一款免费的API开发者工具套件。",
"position": 8,
"date": "2024-01-29"
},