CapCutAPI
  1. text
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
  1. text

search_artist

POST
/artist/search_artist
Search Text Artist Effect ID, find in "data.data.effect_item_list.common_attr.effect_id",Use it in add_text method , param: effect_effect_id

Request

Query Params

Header Params

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/artist/search_artist?keyword=红色&offset=0' \
--header 'Authorization: Bearer your-api-key' \
--header 'Content-Type: application/json'

Responses

🟢200OK
application/json
Body

Example
{
  "data": {
    "data": {
      "effect_item_list": [
        {
          "description": "大热门",
          "effect_id": "WkluQVJUR1BHbF9TQFtKbEtXWw==",
          "static_image": "https://p3-heycan-jy-sign.byteimg.com/tos-cn-i-3jr8j4ixpe/418e417f19f641409db9337aefc9cc57~tplv-3jr8j4ixpe-resize:200:200.png?x-expires=1788334101&x-signature=35oTE271xPDHnVyONf%2BznS6%2F0jo%3D"
        }
      ]
    }
  },
  "status_code": 200
}
Modified at 2025-09-02 07:29:28
Previous
add_subtitle
Next
get_intro_animation_types
Built with