v1

latestOpenAPI 3.1.02026-07-2665164286.3 KB
AI Clipping

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/{id} or subscribe to ai_clipping.success / ai_clipping.fail webhooks.

post/v3/ai-clipping

Headers

Idempotency-Keystring

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.

Request body

titlestring nullable

Title for the job. Defaults to the source video's title if omitted.

input_languagestring nullable

ISO-639-1 source language code (e.g. 'en', 'es'). Omit for auto-detect.

callback_urlstring nullable

HTTPS URL to receive per-job webhook callbacks. Mirrors /v3/video-translations callback_url. Per-job callback_url deliveries are NOT HMAC-signed: authenticate them by verifying TLS and matching the echoed callback_id, and do not trust an unverified body. To receive a signed payload, register a webhook endpoint with a secret (the signature header is sent only to registered endpoints).

callback_idstring nullable

Opaque client identifier echoed verbatim in webhook payloads. Mirrors /v3/video-translations callback_id.

Response

Accepted — submission acknowledged; poll for completion.