APIs.io Engineering Platform Cloudflare API — Stream Subtitles/Captions

APIs.io Engineering Platform Cloudflare API — Stream Subtitles/Captions. 6 operations. Lead operation: APIs.io Engineering Platform List captions or subtitles. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformStream Subtitles/Captions

What You Can Do

GET
Streamsubtitlescaptionslistcaptionsorsubtitles — APIs.io Engineering Platform List captions or subtitles
/v1/accounts/{account-id}/stream/{identifier}/captions
DELETE
Streamsubtitlescaptionsdeletecaptionsorsubtitles — APIs.io Engineering Platform Delete captions or subtitles
/v1/accounts/{account-id}/stream/{identifier}/captions/{language}
GET
Streamsubtitlescaptionsgetcaptionorsubtitleforlanguage — APIs.io Engineering Platform List captions or subtitles for a provided language
/v1/accounts/{account-id}/stream/{identifier}/captions/{language}
PUT
Streamsubtitlescaptionsuploadcaptionsorsubtitles — APIs.io Engineering Platform Upload captions or subtitles
/v1/accounts/{account-id}/stream/{identifier}/captions/{language}
POST
Streamsubtitlescaptionsgeneratecaptionorsubtitleforlanguage — APIs.io Engineering Platform Generate captions or subtitles for a provided language via AI
/v1/accounts/{account-id}/stream/{identifier}/captions/{language}/generate
GET
Streamsubtitlescaptionsgetvttcaptionorsubtitle — APIs.io Engineering Platform Return WebVTT captions for a provided language
/v1/accounts/{account-id}/stream/{identifier}/captions/{language}/vtt

MCP Tools

apis-io-engineering-platform-list-captions

APIs.io Engineering Platform List captions or subtitles

read-only idempotent
apis-io-engineering-platform-delete-captions

APIs.io Engineering Platform Delete captions or subtitles

idempotent
apis-io-engineering-platform-list-captions-2

APIs.io Engineering Platform List captions or subtitles for a provided language

read-only idempotent
apis-io-engineering-platform-upload-captions

APIs.io Engineering Platform Upload captions or subtitles

idempotent
apis-io-engineering-platform-generate-captions

APIs.io Engineering Platform Generate captions or subtitles for a provided language via AI

apis-io-engineering-platform-return-webvtt

APIs.io Engineering Platform Return WebVTT captions for a provided language

read-only idempotent

Capability Spec

cloudflare-stream-subtitles-captions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Stream Subtitles/Captions
  description: 'APIs.io Engineering Platform Cloudflare API — Stream Subtitles/Captions. 6 operations. Lead operation: APIs.io
    Engineering Platform List captions or subtitles. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Stream Subtitles/Captions
  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-subtitles-captions
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Stream Subtitles/Captions business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-stream-identifier-captions
      path: /accounts/{account_id}/stream/{identifier}/captions
      operations:
      - name: streamsubtitlescaptionslistcaptionsorsubtitles
        method: GET
        description: APIs.io Engineering Platform List captions or subtitles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-stream-identifier-captions-language
      path: /accounts/{account_id}/stream/{identifier}/captions/{language}
      operations:
      - name: streamsubtitlescaptionsdeletecaptionsorsubtitles
        method: DELETE
        description: APIs.io Engineering Platform Delete captions or subtitles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: language
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: streamsubtitlescaptionsgetcaptionorsubtitleforlanguage
        method: GET
        description: APIs.io Engineering Platform List captions or subtitles for a provided language
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: language
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: streamsubtitlescaptionsuploadcaptionsorsubtitles
        method: PUT
        description: APIs.io Engineering Platform Upload captions or subtitles
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: language
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-stream-identifier-captions-language-generate
      path: /accounts/{account_id}/stream/{identifier}/captions/{language}/generate
      operations:
      - name: streamsubtitlescaptionsgeneratecaptionorsubtitleforlanguage
        method: POST
        description: APIs.io Engineering Platform Generate captions or subtitles for a provided language via AI
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: language
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-stream-identifier-captions-language-vtt
      path: /accounts/{account_id}/stream/{identifier}/captions/{language}/vtt
      operations:
      - name: streamsubtitlescaptionsgetvttcaptionorsubtitle
        method: GET
        description: APIs.io Engineering Platform Return WebVTT captions for a provided language
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: language
          in: path
          type: string
          required: true
        - name: identifier
          in: path
          type: string
          required: true
        - name: account_id
          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-subtitles-captions-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Stream Subtitles/Captions. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/stream/{identifier}/captions
      name: accounts-account-id-stream-identifier-captions
      description: REST surface for accounts-account_id-stream-identifier-captions.
      operations:
      - method: GET
        name: streamsubtitlescaptionslistcaptionsorsubtitles
        description: APIs.io Engineering Platform List captions or subtitles
        call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionslistcaptionsorsubtitles
        with:
          identifier: rest.identifier
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/{identifier}/captions/{language}
      name: accounts-account-id-stream-identifier-captions-language
      description: REST surface for accounts-account_id-stream-identifier-captions-language.
      operations:
      - method: DELETE
        name: streamsubtitlescaptionsdeletecaptionsorsubtitles
        description: APIs.io Engineering Platform Delete captions or subtitles
        call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsdeletecaptionsorsubtitles
        with:
          language: rest.language
          identifier: rest.identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: streamsubtitlescaptionsgetcaptionorsubtitleforlanguage
        description: APIs.io Engineering Platform List captions or subtitles for a provided language
        call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsgetcaptionorsubtitleforlanguage
        with:
          language: rest.language
          identifier: rest.identifier
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: streamsubtitlescaptionsuploadcaptionsorsubtitles
        description: APIs.io Engineering Platform Upload captions or subtitles
        call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsuploadcaptionsorsubtitles
        with:
          language: rest.language
          identifier: rest.identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/{identifier}/captions/{language}/generate
      name: accounts-account-id-stream-identifier-captions-language-generate
      description: REST surface for accounts-account_id-stream-identifier-captions-language-generate.
      operations:
      - method: POST
        name: streamsubtitlescaptionsgeneratecaptionorsubtitleforlanguage
        description: APIs.io Engineering Platform Generate captions or subtitles for a provided language via AI
        call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsgeneratecaptionorsubtitleforlanguage
        with:
          language: rest.language
          identifier: rest.identifier
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/stream/{identifier}/captions/{language}/vtt
      name: accounts-account-id-stream-identifier-captions-language-vtt
      description: REST surface for accounts-account_id-stream-identifier-captions-language-vtt.
      operations:
      - method: GET
        name: streamsubtitlescaptionsgetvttcaptionorsubtitle
        description: APIs.io Engineering Platform Return WebVTT captions for a provided language
        call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsgetvttcaptionorsubtitle
        with:
          language: rest.language
          identifier: rest.identifier
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-stream-subtitles-captions-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Stream Subtitles/Captions. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-captions
      description: APIs.io Engineering Platform List captions or subtitles
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionslistcaptionsorsubtitles
      with:
        identifier: tools.identifier
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-captions
      description: APIs.io Engineering Platform Delete captions or subtitles
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsdeletecaptionsorsubtitles
      with:
        language: tools.language
        identifier: tools.identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-captions-2
      description: APIs.io Engineering Platform List captions or subtitles for a provided language
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsgetcaptionorsubtitleforlanguage
      with:
        language: tools.language
        identifier: tools.identifier
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-upload-captions
      description: APIs.io Engineering Platform Upload captions or subtitles
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsuploadcaptionsorsubtitles
      with:
        language: tools.language
        identifier: tools.identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-generate-captions
      description: APIs.io Engineering Platform Generate captions or subtitles for a provided language via AI
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsgeneratecaptionorsubtitleforlanguage
      with:
        language: tools.language
        identifier: tools.identifier
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-return-webvtt
      description: APIs.io Engineering Platform Return WebVTT captions for a provided language
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-stream-subtitles-captions.streamsubtitlescaptionsgetvttcaptionorsubtitle
      with:
        language: tools.language
        identifier: tools.identifier
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.