videoTemplate

Bulk-create global video_template rows from a list of objects. Missing fields are filled from utils/videoTemplateObj.json.

post/api/v1/video-template/bulk-create

Request body

Example request

{
  "templates": [
    {
      "category": "Petcare",
      "duration": 35,
      "extra_prompt_one": "Brand: PawProper\n\nProduct: Dental Sticks",
      "images": [
        "https://example.com/img1.png",
        "https://example.com/img2.png"
      ],
      "name": "Facetime Duo",
      "preview_url": "https://example.com/preview.mp4",
      "skill_id": "skill_01H7eb2iQbD1N2LkmFM3QQ14",
      "template_type": "seedance_v1"
    }
  ]
}

Response

Successful Response

{"stackTrail":"paths:/api/v1/video-template/bulk-create:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.