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

    Quick Start!

    CapCutAPI is a powerful editing API that empowers you to take full control of your AI-generated assets, including images, audio, video, and text. It provides the precision needed to refine and customize raw AI output, such as adjusting video speed or mirroring an image. This capability effectively solves the lack of control often found in AI video generation, allowing you to easily transform your creative ideas into polished videos.
    All these features are designed to mirror the functionalities of the CapCut software, ensuring a familiar and efficient editing experience in the cloud.
    Enjoy It!😀😀😀

    Quick Start#

    1
    Step 1
    Create a draft create_draft

    Save the generated draft_id#

    image.png
    Create a new draft
    2
    Step 2
    Continuously add 4 image assets add_image, each lasting 2 seconds.
    image.png
    Use the draft_id from the previous step to replace the one in the body below.
    {
    "image_url": "https://cdn.wanx.aliyuncs.com/wanx/1719234057367822001/text_to_image_v2/3b902a49701044e796d1ea23d8f2091b_2.png",
    "draft_id": "draft_id generated in the previous step",
    "start": 0,
    "end": 2.0
    }
    
    {
      "image_url": "https://cdn.wanx.aliyuncs.com/wanx/1719234057367822001/text_to_image_v2/551267886b1046899804739eac51fad6_2.png",
      "draft_id": "draft_id generated in the previous step",
      "start": 2.0,
      "end": 4.0
    }
    {
      "image_url": "https://cdn.wanx.aliyuncs.com/wanx/1719234057367822001/text_to_image_v2/4d48ac7066e84d3198c37822a2f98a03_1.png",
      "draft_id": "draft_id generated in the previous step",
      "start": 4.0,
      "end": 6.0
    }
    {
      "image_url": "https://cdn.wanx.aliyuncs.com/wanx/1719234057367822001/text_to_image_v2/d6e33c84d7554146a25b1093b012838b_0.png?x-oss-process=image/resize,w_500/watermark,image_aW1nL3dhdGVyMjAyNDExMjkwLnBuZz94LW9zcy1wcm9jZXNzPWltYWdlL3Jlc2l6ZSxtX2ZpeGVkLHdfMTQ1LGhfMjU=,t_80,g_se,x_10,y_10/format,webp",
      "draft_id": "draft_id generated in the previous step",
      "start": 6.0,
      "end": 8.0
    }
    3
    Step 3
    Save draft save_draft. Use the draft_id generated in Step 1 for the draft_id field, and set the draft_folder to Your local CapCut draft directory.
    {
        "draft_id": "dfd_cat_1754377525_f2fc5269",
        "draft_folder": "/Users/sunguannan/Movies/CapCut/User Data/Projects/com.lveditor.draft"
    }
    image.png
    Save draft
    4
    Step 4
    Download the draft_url generated in the previous step, decompress the downloaded file, and then move it to your local CapCut draft directory.
    image.png
    decompress the downloaded file, and then move to draft directory
    You will then see a draft with the same name in CapCut.
    image.png
    Find it in CapCut

    Contact us#

    sguann2023@gmail.com
    www.tiktok.com/@capcutapi
    Modified at 2025-08-10 07:59:11
    Next
    How to get CapCut draft folder?
    Built with