Prismex

为 AI Agent 提供实时网页搜索 API

Prismex

Web Search API for AI agents

用一个稳定接口连接实时开放网络,为 Agent 返回可引用的标题、链接与摘要。

POST /api/v1/search

Search Workbench

交互示例
cURL

            
EXAMPLE RESPONSE · NOT LIVE DATA

    02

    Agent-ready result schema

    每条结果都有稳定字段,适合生成答案、引用来源或进入后续工具链。

    {
      "query": "latest AI model releases",
      "results": [
        {
          "title": "...",
          "url": "https://...",
          "snippet": "..."
        }
      ],
      "request_id": "..."
    }

    03

    First request in three minutes

    1. 1注册 Prismex
    2. 2创建 API Key
    3. 3发送第一个搜索请求
    开始构建