MiniMax · Capability

MiniMax API — Video

MiniMax API — Video. 3 operations. Lead operation: Query Video Template Generation Task. Self-contained Naftiko capability covering one Minimax Ai business surface.

Run with Naftiko Minimax AiVideo

What You Can Do

GET
Queryvideotemplategenerationtask — Query Video Template Generation Task
/v1/v1/query/video-template-generation
POST
Videogeneration — Video Generation
/v1/v1/video-generation
POST
Videotemplategeneration — Video Template Generation
/v1/v1/video-template-generation

MCP Tools

query-video-template-generation-task

Query Video Template Generation Task

read-only idempotent
video-generation

Video Generation

video-template-generation

Video Template Generation

Capability Spec

minimax-ai-video.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: MiniMax API — Video
  description: 'MiniMax API — Video. 3 operations. Lead operation: Query Video Template Generation Task. Self-contained Naftiko
    capability covering one Minimax Ai business surface.'
  tags:
  - Minimax Ai
  - Video
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MINIMAX_AI_API_KEY: MINIMAX_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: minimax-ai-video
    baseUri: https://api.minimax.io
    description: MiniMax API — Video business capability. Self-contained, no shared references.
    resources:
    - name: v1-query-video_template_generation
      path: /v1/query/video_template_generation
      operations:
      - name: queryvideotemplategenerationtask
        method: GET
        description: Query Video Template Generation Task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: task_id
          in: query
          type: string
          description: Task ID to query
          required: true
    - name: v1-video_generation
      path: /v1/video_generation
      operations:
      - name: videogeneration
        method: POST
        description: Video Generation
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v1-video_template_generation
      path: /v1/video_template_generation
      operations:
      - name: videotemplategeneration
        method: POST
        description: Video Template Generation
        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.MINIMAX_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: minimax-ai-video-rest
    port: 8080
    description: REST adapter for MiniMax API — Video. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/v1/query/video-template-generation
      name: v1-query-video-template-generation
      description: REST surface for v1-query-video_template_generation.
      operations:
      - method: GET
        name: queryvideotemplategenerationtask
        description: Query Video Template Generation Task
        call: minimax-ai-video.queryvideotemplategenerationtask
        with:
          task_id: rest.task_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/video-generation
      name: v1-video-generation
      description: REST surface for v1-video_generation.
      operations:
      - method: POST
        name: videogeneration
        description: Video Generation
        call: minimax-ai-video.videogeneration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/video-template-generation
      name: v1-video-template-generation
      description: REST surface for v1-video_template_generation.
      operations:
      - method: POST
        name: videotemplategeneration
        description: Video Template Generation
        call: minimax-ai-video.videotemplategeneration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: minimax-ai-video-mcp
    port: 9090
    transport: http
    description: MCP adapter for MiniMax API — Video. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: query-video-template-generation-task
      description: Query Video Template Generation Task
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: minimax-ai-video.queryvideotemplategenerationtask
      with:
        task_id: tools.task_id
      outputParameters:
      - type: object
        mapping: $.
    - name: video-generation
      description: Video Generation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: minimax-ai-video.videogeneration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: video-template-generation
      description: Video Template Generation
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: minimax-ai-video.videotemplategeneration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.