Spiritme
  1. Schemas
Spiritme
  • avatars
    • avatars_list
  • batch-video-templates
    • batch_video_templates_list
    • batch_video_templates_create
    • batch_video_templates_retrieve
  • batch-videos
    • batch_videos_list
    • batch_videos_create
    • batch_videos_retrieve
  • files
    • files_list
    • files_create
    • files_retrieve
    • files_destroy
    • files_children_list
  • schema
    • schema_retrieve
  • tts
    • tts_languages_list
    • tts_voices_list
  • users
    • users_current_retrieve
    • users_current_destroy
  • videos
    • videos_list
    • videos_create
    • videos_retrieve
    • videos_update
    • videos_destroy
    • videos_publish_create
  • 数据模型
    • Schemas
      • ApiKeyNested
      • AudioFileNested
      • AudioFileNestedRequest
      • AudioSource
      • AudioSourceRequest
      • Avatar
      • AvatarNested
      • AvatarNestedRequest
      • AvatarStatusEnum
      • BatchVideo
      • BatchVideoRequest
      • BatchVideoTemplate
      • BatchVideoTemplateNested
      • BatchVideoTemplateNestedRequest
      • BatchVideoTemplateRequest
      • Crop
      • CropRequest
      • ExtendedTaskStatusEnum
      • FileObj
      • FileObjRequest
      • FileProcessingStatusEnum
      • Layer
      • LayerRequest
      • Limits
      • MediaFileNested
      • MediaFileNestedRequest
      • PaginatedAvatarList
      • PaginatedBatchVideoList
      • PaginatedBatchVideoTemplateList
      • PaginatedFileObjList
      • PaginatedTTSLanguageList
      • PaginatedTTSVoiceList
      • PaginatedVideoList
      • PublishVideo
      • Resolution
      • ResolutionRequest
      • SexEnum
      • Slide
      • SlideRequest
      • SubscriptionProviderEnum
      • TTSLanguage
      • TTSProviderEnum
      • TTSVoice
      • TTSVoiceNested
      • TTSVoiceNestedRequest
      • TagEnum
      • TaskStatusEnum
      • TypeEnum
      • User
      • UserSubscriptionReduced
      • Video
      • VideoRequest
      • ViewTypeEnum
      • WebhookNested
      • WebhookNestedRequest
  1. Schemas

Video

{
    "id": 0,
    "cd": "2019-08-24T14:15:22Z",
    "gd": "2019-08-24T14:15:22Z",
    "name": "New video",
    "slides": [
        {
            "id": 0,
            "audio_source": {
                "text": "string",
                "voice": {
                    "id": 0,
                    "name": "string",
                    "label": "string",
                    "provider": "amazon",
                    "sex": "male",
                    "language": "string",
                    "language_code": "string"
                },
                "file": {
                    "id": 0,
                    "name": "string",
                    "duration": 0,
                    "tag": "general",
                    "file": "http://example.com",
                    "compressed_file": "http://example.com"
                }
            },
            "layers": [
                {
                    "avatar": {
                        "id": 0,
                        "name": "string",
                        "preview": "http://example.com",
                        "frame_width": 0,
                        "frame_height": 0
                    },
                    "media": {
                        "id": 0,
                        "name": "string",
                        "tag": "general",
                        "file": "http://example.com",
                        "compressed_file": "http://example.com",
                        "width": 0,
                        "height": 0
                    },
                    "x": -1,
                    "y": -1,
                    "scale": 1,
                    "crop": {
                        "left_upper_x": 0,
                        "left_upper_y": 0,
                        "right_lower_x": 0,
                        "right_lower_y": 0
                    },
                    "view_type": "rectangular"
                }
            ],
            "background": {
                "id": 0,
                "name": "string",
                "tag": "general",
                "file": "http://example.com",
                "compressed_file": "http://example.com",
                "width": 0,
                "height": 0
            }
        }
    ],
    "webhook": {
        "id": 0,
        "cd": "2019-08-24T14:15:22Z",
        "url": "http://example.com"
    },
    "resolution": {
        "width": 1920,
        "height": 1080
    },
    "auto_emotions_markup": false,
    "status": "draft",
    "result": "http://example.com",
    "thumbnail": "http://example.com"
}
Built with