Sobot Agent API

The Agent API from Sobot — 1 operation(s) for agent.

Operations 1

PUT /agent/exts/langCode 修改分机语音编码

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sobot-agent-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sobot-agent-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: OpenAPI Plant Store Agent API
  description: A sample API that uses a plant store as an example to demonstrate features in the OpenAPI specification
  license:
    name: MIT
  version: 1.0.0
servers:
- url: https://sg.sobot.io
security:
- bearerAuth: []
tags:
- name: Agent
paths:
  /agent/exts/langCode:
    put:
      summary: 修改分机语音编码
      deprecated: false
      description: 修改分机语音编码
      tags:
      - Agent
      parameters:
      - name: agent
        in: query
        description: 座席(座席工号或座席id)
        required: false
        schema:
          type: string
      - name: agentType
        in: query
        description: 座席类型(1表示座席id;0或不传值表示座席工号)
        required: false
        schema:
          type: string
      - name: operator
        in: query
        description: 操作人
        required: false
        schema:
          type: string
      - name: ext
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: langCodeTxt
        in: query
        description: ''
        required: false
        schema:
          type: string
      - name: Company-Id
        in: header
        description: 公司ID
        required: false
        schema:
          type: string
      - name: authorization
        in: header
        description: ''
        example: '{{authorization}}'
        schema:
          type: string
          default: '{{authorization}}'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResponseResult%C2%ABExt%C2%BB'
              examples:
                '1':
                  summary: 成功示例
                  value:
                    apiVersion: ''
                    status: ''
                    code: 0
                    message: ''
                    reason: ''
                    kind: ''
                    metaData:
                      creatorId: ''
                      creationTime: 0
                      updateUserId: ''
                      updatedTime: 0
                    data:
                      creatorId: ''
                      creationTime: 0
                      updateUserId: ''
                      updatedTime: 0
                      pageSize: 0
                      currPage: 0
                      orderByName: ''
                      orderByASC: false
                      partition: false
                      startExt: ''
                      batchNum: 0
                      enabled: 0
                      extensions:
                        ? ''
                        : null
                      companyId: ''
                      id: ''
                      ext: ''
                      password: ''
                      bindStatus: 0
                      bindTime: 0
                      agentUuid: ''
                      currentUsingAgentUuid: ''
                      agentName: ''
                      extType: 0
                      domain: ''
                      ha1: ''
                      ha1b: ''
                      status: 0
                      langCode: ''
                      langCodeTxt: ''
                    retMsg: ''
                    retCode: ''
          headers: {}
      security: []
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer