Microsoft · Capability

Microsoft Azure OpenAI Service API — Audio

Microsoft Azure OpenAI Service API — Audio. 2 operations. Lead operation: Microsoft Transcribe audio. Self-contained Naftiko capability covering one Microsoft business surface.

Run with Naftiko MicrosoftAudio

What You Can Do

POST
Createtranscription — Microsoft Transcribe audio
/v1/deployments/{deployment-id}/audio/transcriptions
POST
Createtranslation — Microsoft Translate audio
/v1/deployments/{deployment-id}/audio/translations

MCP Tools

microsoft-transcribe-audio

Microsoft Transcribe audio

microsoft-translate-audio

Microsoft Translate audio

Capability Spec

azure-openai-audio.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure OpenAI Service API — Audio
  description: 'Microsoft Azure OpenAI Service API — Audio. 2 operations. Lead operation: Microsoft Transcribe audio. Self-contained
    Naftiko capability covering one Microsoft business surface.'
  tags:
  - Microsoft
  - Audio
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_API_KEY: MICROSOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-openai-audio
    baseUri: https://{resource-name}.openai.azure.com/openai
    description: Microsoft Azure OpenAI Service API — Audio business capability. Self-contained, no shared references.
    resources:
    - name: deployments-deployment-id-audio-transcriptions
      path: /deployments/{deployment-id}/audio/transcriptions
      operations:
      - name: createtranscription
        method: POST
        description: Microsoft Transcribe audio
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deployments-deployment-id-audio-translations
      path: /deployments/{deployment-id}/audio/translations
      operations:
      - name: createtranslation
        method: POST
        description: Microsoft Translate audio
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-openai-audio-rest
    port: 8080
    description: REST adapter for Microsoft Azure OpenAI Service API — Audio. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/deployments/{deployment-id}/audio/transcriptions
      name: deployments-deployment-id-audio-transcriptions
      description: REST surface for deployments-deployment-id-audio-transcriptions.
      operations:
      - method: POST
        name: createtranscription
        description: Microsoft Transcribe audio
        call: azure-openai-audio.createtranscription
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/deployments/{deployment-id}/audio/translations
      name: deployments-deployment-id-audio-translations
      description: REST surface for deployments-deployment-id-audio-translations.
      operations:
      - method: POST
        name: createtranslation
        description: Microsoft Translate audio
        call: azure-openai-audio.createtranslation
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-audio-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure OpenAI Service API — Audio. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-transcribe-audio
      description: Microsoft Transcribe audio
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-audio.createtranscription
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-translate-audio
      description: Microsoft Translate audio
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-audio.createtranslation
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.