Microsoft Azure · Capability

Microsoft Azure Azure OpenAI Service API — Audio

Microsoft Azure Azure OpenAI Service API — Audio. 3 operations. Lead operation: Microsoft Azure Create Speech From Text. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureAudio

What You Can Do

POST
Audiospeechcreate — Microsoft Azure Create Speech From Text
/v1/deployments/{deployment-id}/audio/speech
POST
Audiotranscriptionscreate — Microsoft Azure Create Audio Transcription
/v1/deployments/{deployment-id}/audio/transcriptions
POST
Audiotranslationscreate — Microsoft Azure Create Audio Translation
/v1/deployments/{deployment-id}/audio/translations

MCP Tools

microsoft-azure-create-speech-text

Microsoft Azure Create Speech From Text

microsoft-azure-create-audio-transcription

Microsoft Azure Create Audio Transcription

microsoft-azure-create-audio-translation

Microsoft Azure Create Audio Translation

Capability Spec

azure-openai-service-audio.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure OpenAI Service API — Audio
  description: 'Microsoft Azure Azure OpenAI Service API — Audio. 3 operations. Lead operation: Microsoft Azure Create Speech
    From Text. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Audio
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-openai-service-audio
    baseUri: https://{endpoint}/openai
    description: Microsoft Azure Azure OpenAI Service API — Audio business capability. Self-contained, no shared references.
    resources:
    - name: deployments-deployment-id-audio-speech
      path: /deployments/{deployment-id}/audio/speech
      operations:
      - name: audiospeechcreate
        method: POST
        description: Microsoft Azure Create Speech From Text
        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-transcriptions
      path: /deployments/{deployment-id}/audio/transcriptions
      operations:
      - name: audiotranscriptionscreate
        method: POST
        description: Microsoft Azure Create Audio Transcription
        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: audiotranslationscreate
        method: POST
        description: Microsoft Azure Create Audio Translation
        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_AZURE_API_KEY}}'
  exposes:
  - type: rest
    namespace: azure-openai-service-audio-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure OpenAI Service API — Audio. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/deployments/{deployment-id}/audio/speech
      name: deployments-deployment-id-audio-speech
      description: REST surface for deployments-deployment-id-audio-speech.
      operations:
      - method: POST
        name: audiospeechcreate
        description: Microsoft Azure Create Speech From Text
        call: azure-openai-service-audio.audiospeechcreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - 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: audiotranscriptionscreate
        description: Microsoft Azure Create Audio Transcription
        call: azure-openai-service-audio.audiotranscriptionscreate
        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: audiotranslationscreate
        description: Microsoft Azure Create Audio Translation
        call: azure-openai-service-audio.audiotranslationscreate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-openai-service-audio-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure OpenAI Service API — Audio. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-create-speech-text
      description: Microsoft Azure Create Speech From Text
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-service-audio.audiospeechcreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-audio-transcription
      description: Microsoft Azure Create Audio Transcription
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-service-audio.audiotranscriptionscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-audio-translation
      description: Microsoft Azure Create Audio Translation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-openai-service-audio.audiotranslationscreate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.