# GenerateVideoResponse

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    GenerateVideoResponse:
      type: object
      properties:
        code:
          type: integer
        message:
          type: string
        data:
          type: object
          properties:
            id:
              type: string
              description: Task ID.
          x-apifox-orders:
            - id
      x-apifox-orders:
        - code
        - message
        - data
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://freesoragenerator.com
    description: Prod Env
security: []

```
