Coveo · Capability

Coveo Machine Learning Configuration API — Semantic Encoder Configuration

Coveo Machine Learning Configuration API — Semantic Encoder Configuration. 1 operations. Lead operation: Get Preview for Building an SE Model. Self-contained Naftiko capability covering one Coveo business surface.

Run with Naftiko CoveoMachine Learning ConfigurationSemantic Encoder Configuration

What You Can Do

POST
Getsemanticencoderpreview — Get Preview for Building an SE Model
/v1/organizations/{organizationid}/machinelearning/configuration/semanticencoder/preview

MCP Tools

get-preview-building-se-model

Get Preview for Building an SE Model

read-only

Capability Spec

ml-config-semantic-encoder-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Coveo Machine Learning Configuration API — Semantic Encoder Configuration
  description: 'Coveo Machine Learning Configuration API — Semantic Encoder Configuration. 1 operations. Lead operation: Get
    Preview for Building an SE Model. Self-contained Naftiko capability covering one Coveo business surface.'
  tags:
  - Coveo
  - Machine Learning Configuration
  - Semantic Encoder Configuration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COVEO_API_KEY: COVEO_API_KEY
capability:
  consumes:
  - type: http
    namespace: ml-config-semantic-encoder-configuration
    baseUri: https://platform.cloud.coveo.com
    description: Coveo Machine Learning Configuration API — Semantic Encoder Configuration business capability. Self-contained,
      no shared references.
    authentication:
      type: bearer
      token: '{{env.COVEO_API_KEY}}'
    resources:
    - name: rest-organizations-organizationId-machinelearning-configuration-semanticencoder-
      path: /rest/organizations/{organizationId}/machinelearning/configuration/semanticencoder/preview
      operations:
      - name: getsemanticencoderpreview
        method: POST
        description: Get Preview for Building an SE Model
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          description: The unique identifier of the target [organization](https://docs.coveo.com/en/185/).<br />**Example:**
            `mycoveocloudv2organizationg8tp8wu3`
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: ml-config-semantic-encoder-configuration-rest
    port: 8080
    description: REST adapter for Coveo Machine Learning Configuration API — Semantic Encoder Configuration. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/machinelearning/configuration/semanticencoder/preview
      name: rest-organizations-organizationid-machinelearning-configuration-semanticencoder
      description: REST surface for rest-organizations-organizationId-machinelearning-configuration-semanticencoder-.
      operations:
      - method: POST
        name: getsemanticencoderpreview
        description: Get Preview for Building an SE Model
        call: ml-config-semantic-encoder-configuration.getsemanticencoderpreview
        with:
          organizationId: rest.organizationId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ml-config-semantic-encoder-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Coveo Machine Learning Configuration API — Semantic Encoder Configuration. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: get-preview-building-se-model
      description: Get Preview for Building an SE Model
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: ml-config-semantic-encoder-configuration.getsemanticencoderpreview
      with:
        organizationId: tools.organizationId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.