> ## Documentation Index
> Fetch the complete documentation index at: https://evolink.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Minimax H3 Text-to-Video 텍스트-비디오

> - 비어 있지 않은 텍스트 프롬프트로 영상 생성
- 출력 길이 `5`–`15`초, 현재 `2k`만 지원
- 이미지, 비디오, 오디오 입력 미지원
- 비동기 처리이며 반환된 작업 ID로 [상태 조회](/ko/api-manual/task-management/get-task-detail)
- 생성 URL은 24시간 동안 유효합니다



## OpenAPI

````yaml ko/api-manual/video-series/minimax/minimax-h3-text-to-video.json POST /v1/videos/generations
openapi: 3.1.0
info:
  title: Minimax H3 Text-to-Video API
  description: 텍스트로 2K 영상을 생성하는 Minimax H3 Text-to-Video API
  license:
    name: MIT
  version: 1.0.0
servers:
  - url: https://api.evolink.ai
    description: 프로덕션 환경
security:
  - bearerAuth: []
tags:
  - name: 비디오 생성
    description: AI 비디오 생성 관련 API
paths:
  /v1/videos/generations:
    post:
      tags:
        - 비디오 생성
      summary: Minimax H3 Text-to-Video 텍스트-비디오
      description: >-
        - 비어 있지 않은 텍스트 프롬프트로 영상 생성

        - 출력 길이 `5`–`15`초, 현재 `2k`만 지원

        - 이미지, 비디오, 오디오 입력 미지원

        - 비동기 처리이며 반환된 작업 ID로 [상태
        조회](/ko/api-manual/task-management/get-task-detail)

        - 생성 URL은 24시간 동안 유효합니다
      operationId: createMinimaxH3TextToVideo
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/VideoGenerationRequest'
            examples:
              basic:
                summary: 기본 텍스트-비디오
                value:
                  model: minimax-h3-text-to-video
                  prompt: >-
                    장대한 스페이스 오페라 영화 예고편. 여성 함장이 거대한 전망창 앞에 홀로 서 있고 창밖에는 마지막 함대가
                    집결한다. 함대가 눈부신 섬광과 함께 도약하며 함교가 크게 흔들리고, 빛이 사라지자 그녀만 고요한 심우주에
                    남는다. 영화 같은 조명, 느린 돌리 인, 웅장하면서 절제된 분위기.
                  duration: 5
                  quality: 2k
                  aspect_ratio: '16:9'
      responses:
        '200':
          description: 비디오 생성 작업이 성공적으로 생성되었습니다
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/VideoGenerationResponse'
        '400':
          description: 요청 파라미터 오류
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                error:
                  code: invalid_request
                  message: Invalid request parameters
                  type: invalid_request_error
        '401':
          description: 미인증, Token이 유효하지 않거나 만료됨
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                error:
                  code: unauthorized
                  message: Invalid or expired token
                  type: authentication_error
        '402':
          description: 할당량 부족, 충전 필요
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                error:
                  code: insufficient_quota
                  message: Insufficient quota. Please top up your account.
                  type: insufficient_quota
        '403':
          description: 접근 권한 없음
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                error:
                  code: model_access_denied
                  message: >-
                    Token does not have access to model:
                    minimax-h3-text-to-video
                  type: invalid_request_error
        '429':
          description: 요청 빈도 초과
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                error:
                  code: rate_limit_exceeded
                  message: Too many requests, please try again later
                  type: rate_limit_error
        '500':
          description: 서버 내부 오류
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorResponse'
              example:
                error:
                  code: internal_error
                  message: Internal server error
                  type: api_error
components:
  schemas:
    VideoGenerationRequest:
      type: object
      required:
        - model
        - prompt
      properties:
        model:
          type: string
          description: 비디오 생성 모델 이름
          enum:
            - minimax-h3-text-to-video
          default: minimax-h3-text-to-video
          example: minimax-h3-text-to-video
        prompt:
          type: string
          minLength: 1
          description: >-
            생성하려는 동영상의 내용을 설명합니다.


            **프롬프트 요구 사항:**

            - 필수이며 비워 둘 수 없습니다

            - 중국어와 영어를 지원합니다

            - 중국어는 `500`자, 영어는 `1000`단어 이하를 권장합니다. 프롬프트가 너무 길면 일부 세부 사항이 무시될 수
            있습니다


            **입력 제한:**

            - 이 모델은 텍스트로만 동영상을 생성하며 텍스트 입력만 허용합니다

            - `image_start`, `image_end`, `image_urls`, `video_urls`,
            `audio_urls`는 지원하지 않습니다

            - 이러한 미디어 필드를 전달하면 매개변수 오류가 반환됩니다
          example: >-
            장대한 스페이스 오페라 영화 예고편. 여성 함장이 거대한 전망창 앞에 홀로 서 있고 창밖에는 마지막 함대가 집결한다.
            함대가 눈부신 섬광과 함께 도약하며 함교가 크게 흔들리고, 빛이 사라지자 그녀만 고요한 심우주에 남는다. 영화 같은 조명,
            느린 돌리 인, 웅장하면서 절제된 분위기.
        duration:
          type: integer
          description: |-
            출력 동영상 길이(초)입니다. 기본값은 `5`초입니다.

            **값 제한:**
            - `5`부터 `15`까지의 정수만 지원하며 양쪽 경곗값을 포함합니다
            - 소수, 숫자 문자열, `auto`, `-1`은 지원하지 않습니다
            - 출력 길이는 요금에 직접 영향을 줍니다
          default: 5
          minimum: 5
          maximum: 15
          example: 5
        quality:
          type: string
          description: |-
            출력 동영상 해상도입니다. 기본값은 `2k`입니다.

            **사용 가능한 값:**
            - `2k`: 현재 지원하는 유일한 해상도

            **참고:**
            - `768p`는 아직 제공되지 않으며 전달하면 매개변수 오류가 반환됩니다
            - 출력 비트레이트, 프레임률, 동영상 코덱, 오디오 코덱은 플랫폼에서 결정하며 요청으로 설정할 수 없습니다
          enum:
            - 2k
          default: 2k
          example: 2k
        aspect_ratio:
          type: string
          description: |-
            출력 동영상 화면 비율입니다. 기본값은 `adaptive`입니다.

            **사용 가능한 값:**
            - `adaptive`: 프롬프트에 따라 적절한 비율을 자동 선택
            - `21:9`: 울트라와이드
            - `16:9`: 가로형
            - `4:3`: 표준 가로형
            - `1:1`: 정사각형
            - `3:4`: 표준 세로형
            - `9:16`: 세로형
          enum:
            - adaptive
            - '21:9'
            - '16:9'
            - '4:3'
            - '1:1'
            - '3:4'
            - '9:16'
          default: adaptive
          example: adaptive
        callback_url:
          type: string
          description: >-
            작업 완료 후 HTTPS 콜백 주소


            **콜백 시점:**

            - 작업 완료(completed) 또는 실패(failed) 시 트리거

            - 과금 확인 완료 후 전송


            **보안 제한:**

            - HTTPS 프로토콜만 지원

            - 내부 네트워크 IP 주소로의 콜백 금지(127.0.0.1, 10.x.x.x, 172.16-31.x.x,
            192.168.x.x 등)

            - URL 길이는 `2048`자를 초과할 수 없습니다


            **콜백 메커니즘:**

            - 타임아웃: `10`초

            - 실패 시 최대 `3`회 재시도(실패 후 각각 `1`/`2`/`4`초 후 재시도)

            - 콜백 응답 본문 형식은 작업 조회 API 반환 형식과 동일

            - 2xx 상태 코드를 성공으로 간주하며, 다른 상태 코드는 재시도를 트리거합니다
          format: uri
          example: https://your-domain.com/webhooks/video-task-completed
          pattern: ^https://
      additionalProperties: false
    VideoGenerationResponse:
      type: object
      properties:
        created:
          type: integer
          description: 작업 생성 타임스탬프
          example: 1761313744
        id:
          type: string
          description: 작업 ID
          example: task-unified-1774857405-abc123
        model:
          type: string
          description: 실제 사용된 모델 이름
          example: minimax-h3-text-to-video
        object:
          type: string
          enum:
            - video.generation.task
          description: 작업의 구체적 유형
        progress:
          type: integer
          description: 작업 진행률 (0-100)
          minimum: 0
          maximum: 100
          example: 0
        status:
          type: string
          description: 작업 상태
          enum:
            - pending
            - processing
            - completed
            - failed
          example: pending
        task_info:
          $ref: '#/components/schemas/VideoTaskInfo'
          description: 비디오 작업 상세 정보
        type:
          type: string
          enum:
            - text
            - image
            - audio
            - video
          description: 작업의 출력 유형
          example: video
        usage:
          $ref: '#/components/schemas/VideoUsage'
          description: 사용량 및 과금 정보
    ErrorResponse:
      type: object
      properties:
        error:
          type: object
          properties:
            code:
              type: string
              description: 오류 코드 식별자
            message:
              type: string
              description: 오류 설명 정보
            type:
              type: string
              description: 오류 유형
    VideoTaskInfo:
      type: object
      properties:
        can_cancel:
          type: boolean
          description: 작업 취소 가능 여부입니다. Minimax H3 작업은 취소할 수 없으며 항상 `false`입니다.
          example: false
          enum:
            - false
          default: false
        estimated_time:
          type: integer
          description: 예상 완료 시간(초)
          minimum: 0
          example: 165
        video_duration:
          type: integer
          description: 비디오 길이(초)
          example: 8
    VideoUsage:
      type: object
      description: 사용량 및 과금 정보
      properties:
        billing_rule:
          type: string
          description: 과금 규칙
          enum:
            - per_call
            - per_token
            - per_second
          example: per_second
        credits_reserved:
          type: number
          description: 예상 소비 크레딧 수
          minimum: 0
          example: 50
        user_group:
          type: string
          description: 사용자 그룹 카테고리
          example: default
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      description: |-
        ##모든 API는 Bearer Token 인증이 필요합니다##

        **API Key 얻기:**

        [API Key 관리 페이지](https://evolink.ai/dashboard/keys)에서 API Key를 받으세요

        **요청 헤더에 다음을 추가하세요:**
        ```
        Authorization: Bearer YOUR_API_KEY
        ```

````