Create AI Clipping
Submit a source video and return a job id immediately. The job runs asynchronously and produces one or more short clips per the requested output_settings. Poll GET /v3/ai-clipping/.
Authorizations
HeyGen API key. Obtain from your HeyGen dashboard.
Headers
Optional client-supplied key for safely retrying mutations. Subsequent calls within 24 hours that share this key replay the original response — even if the request body differs slightly (a warning is logged). A retry that arrives while the original is still in flight gets a 409 request_in_progress. Keys must be 1–255 characters from [A-Za-z0-9_:.-]; a UUID is a safe default. Scope is per-endpoint and per-resource: the same key on a different route or path parameter is independent.
1 - 255^[A-Za-z0-9_\-:.]{1,255}$Body
Request body for POST /v3/ai-clipping.
Asset input via publicly accessible HTTPS URL.
- AssetUrl
- AssetId
Title for the job. Defaults to the source video's title if omitted.
255ISO-639-1 source language code (e.g. 'en', 'es'). Omit for auto-detect.
Configuration for the produced clips (duration mix, aspect ratio, captions, etc.).
Response
Accepted — submission acknowledged; poll for completion.
Response for POST /v3/ai-clipping. Mirrors the v3 single-ID create shape.

