APIs.io Engineering Platform Cloudflare API — Stream Audio Tracks

APIs.io Engineering Platform Cloudflare API — Stream Audio Tracks. 4 operations. Lead operation: APIs.io Engineering Platform List additional audio tracks on a video. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformStream Audio Tracks

What You Can Do

GET
Listaudiotracks — APIs.io Engineering Platform List additional audio tracks on a video
/v1/accounts/{account-id}/stream/{identifier}/audio
POST
Addaudiotrack — APIs.io Engineering Platform Add audio tracks to a video
/v1/accounts/{account-id}/stream/{identifier}/audio/copy
DELETE
Deleteaudiotracks — APIs.io Engineering Platform Delete additional audio tracks on a video
/v1/accounts/{account-id}/stream/{identifier}/audio/{audio-identifier}
PATCH
Editaudiotracks — APIs.io Engineering Platform Edit additional audio tracks on a video
/v1/accounts/{account-id}/stream/{identifier}/audio/{audio-identifier}

MCP Tools

apis-io-engineering-platform-list-additional

APIs.io Engineering Platform List additional audio tracks on a video

read-only idempotent
apis-io-engineering-platform-add-audio

APIs.io Engineering Platform Add audio tracks to a video

apis-io-engineering-platform-delete-additional

APIs.io Engineering Platform Delete additional audio tracks on a video

idempotent
apis-io-engineering-platform-edit-additional

APIs.io Engineering Platform Edit additional audio tracks on a video

idempotent

Capability Spec

cloudflare-stream-audio-tracks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Stream Audio Tracks
  description: 'APIs.io Engineering Platform Cloudflare API — Stream Audio Tracks. 4 operations. Lead operation: APIs.io Engineering
    Platform List additional audio tracks on a video. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - Stream Audio Tracks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-stream-audio-tracks
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Stream Audio Tracks business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-stream-identifier-audio
      path: /accounts/{account_id}/stream/{identifier}/audio
      operations:
      - name: listaudiotracks
        method: GET
        description: APIs.io Engineering Platform List additional audio tracks on a video
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
    - name: accounts-account_id-stream-identifier-audio-copy
      path: /accounts/{account_id}/stream/{identifier}/audio/copy
      operations:
      - name: addaudiotrack
        method: POST
        description: APIs.io Engineering Platform Add audio tracks to a video
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-stream-identifier-audio-audio_identifier
      path: /accounts/{account_id}/stream/{identifier}/audio/{audio_identifier}
      operations:
      - name: deleteaudiotracks
        method: DELETE
        description: APIs.io Engineering Platform Delete additional audio tracks on a video
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: audio_identifier
          in: path
          type: string
          required: true
      - name: editaudiotracks
        method: PATCH
        description: APIs.io Engineering Platform Edit additional audio tracks on a video
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: audio_identifier
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-stream-audio-tracks-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Stream Audio Tracks. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/stream/{identifier}/audio
      name: accounts-account-id-stream-identifier-audio
      description: REST surface for accounts-account_id-stream-identifier-audio.
      operations:
      - method: GET
        name: listaudiotracks
        description: APIs.io Engineering Platform List additional audio tracks on a video
        call: cloudflare-stream-audio-tracks.listaudiotracks
        with:
          account_id: rest.account_id
          identifier: rest.identifier
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/{identifier}/audio/copy
      name: accounts-account-id-stream-identifier-audio-copy
      description: REST surface for accounts-account_id-stream-identifier-audio-copy.
      operations:
      - method: POST
        name: addaudiotrack
        description: APIs.io Engineering Platform Add audio tracks to a video
        call: cloudflare-stream-audio-tracks.addaudiotrack
        with:
          account_id: rest.account_id
          identifier: rest.identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/{identifier}/audio/{audio-identifier}
      name: accounts-account-id-stream-identifier-audio-audio-identifier
      description: REST surface for accounts-account_id-stream-identifier-audio-audio_identifier.
      operations:
      - method: DELETE
        name: deleteaudiotracks
        description: APIs.io Engineering Platform Delete additional audio tracks on a video
        call: cloudflare-stream-audio-tracks.deleteaudiotracks
        with:
          account_id: rest.account_id
          identifier: rest.identifier
          audio_identifier: rest.audio_identifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: editaudiotracks
        description: APIs.io Engineering Platform Edit additional audio tracks on a video
        call: cloudflare-stream-audio-tracks.editaudiotracks
        with:
          account_id: rest.account_id
          identifier: rest.identifier
          audio_identifier: rest.audio_identifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-stream-audio-tracks-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Stream Audio Tracks. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-additional
      description: APIs.io Engineering Platform List additional audio tracks on a video
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-stream-audio-tracks.listaudiotracks
      with:
        account_id: tools.account_id
        identifier: tools.identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-audio
      description: APIs.io Engineering Platform Add audio tracks to a video
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-stream-audio-tracks.addaudiotrack
      with:
        account_id: tools.account_id
        identifier: tools.identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-additional
      description: APIs.io Engineering Platform Delete additional audio tracks on a video
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-stream-audio-tracks.deleteaudiotracks
      with:
        account_id: tools.account_id
        identifier: tools.identifier
        audio_identifier: tools.audio_identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-edit-additional
      description: APIs.io Engineering Platform Edit additional audio tracks on a video
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-stream-audio-tracks.editaudiotracks
      with:
        account_id: tools.account_id
        identifier: tools.identifier
        audio_identifier: tools.audio_identifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.