Convai · Capability

Convai Interaction API — Get Response

Convai Interaction API — Get Response. 1 operation. Lead operation: Convai Get Character Response. Self-contained Naftiko capability covering the runtime NPC dialogue surface.

Convai Interaction API — Get Response is a Naftiko capability published by Convai, one of 8 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 state-changing operation. Lead operation: Convai Get Character Response — send user input and receive the character’s reply (text, audio, action, emotion). Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Convai and Interaction.

Run with Naftiko ConvaiInteraction

MCP Tools

convai-get-character-response

Convai Get Character Response — send user input and receive the character's reply (text, audio, action, emotion).

Capability Spec

interaction-getresponse.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Convai Interaction API — Get Response
  description: 'Convai Interaction API — Get Response. 1 operation. Lead operation: Convai Get Character
    Response. Self-contained Naftiko capability covering the runtime NPC dialogue surface.'
  tags:
  - Convai
  - Interaction
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    CONVAI_API_KEY: CONVAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: interaction-getresponse
    baseUri: https://api.convai.com
    description: Convai Interaction API runtime NPC dialogue surface.
    resources:
    - name: character-getresponse
      path: /character/getResponse
      operations:
      - name: getresponse
        method: POST
        description: Convai Get Character Response
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: apikey
      key: CONVAI-API-KEY
      value: '{{env.CONVAI_API_KEY}}'
      placement: header
  exposes:
  - type: mcp
    namespace: interaction-getresponse-mcp
    port: 9090
    transport: http
    description: MCP adapter for Convai Get Response.
    tools:
    - name: convai-get-character-response
      description: Convai Get Character Response — send user input and receive the character's reply (text,
        audio, action, emotion).
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: interaction-getresponse.getresponse
      with:
        body: tools.body