CapCutAPI
    CapCutAPI
    • Quick Start!
    • How to get CapCut draft folder?
    • Preview Draft Online
    • Get Your API Key
    • text
      • ArtistEffectText
      • get_text_intro_types
        GET
      • get_text_outro_types
        GET
      • get_text_loop_anim_types
        GET
      • get_font_types
        GET
      • add_text
        POST
      • add_subtitle
        POST
      • search_artist
        POST
    • image
      • get_intro_animation_types
        GET
      • get_outro_animation_types
        GET
      • get_combo_animation_types
        GET
      • add_image
        POST
    • video
      • add_video
        POST
    • transition
      • get_transition_types
        GET
    • audio
      • get_audio_effect_types
        GET
      • add_audio
        POST
    • keyframes
      • add_video_keyframe
        POST
    • effect
      • get_video_scene_effect_types
        GET
      • get_video_character_effect_types
        GET
      • add_effect
        POST
    • create_draft
      POST
    • save_draft
      POST
    • get_duration
      POST

      create_draft

      POST
      /create_draft

      Request

      Header Params

      Body Params application/json

      Example
      {
          "width": 1080,
          "height": 1920
      }

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://open.capcutapi.top/cut_capcut/create_draft' \
      --header 'Authorization: Bearer your-api-key' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "width": 1080,
          "height": 1920
      }'

      Responses

      🟢200OK
      application/json
      Body

      Example
      {
          "error": "",
          "output": {
              "draft_id": "dfd_cat_1753857227_67ff5b3b",
              "draft_url": "https://www.capcutapi.top/draft/downloader?draft_id=dfd_cat_1753857227_67ff5b3b"
          },
          "purchase_link": "https://www.coze.cn/store/project/7498257920212647946?entity_id=1&bid=6g6miqtbk3009",
          "success": true
      }
      Modified at 2025-08-07 09:31:19
      Previous
      add_effect
      Next
      save_draft
      Built with