Video Intelligence

Get creative analysis for several videos

The batch form of GET /videos/{video_id}/analysis — same payload per video, up to 100 ids per call. Pass video_ids once per id (?video_ids=A&video_ids=B).

Unlike the single-video route this never 404s: ids that do not belong to this shop are listed in not_found, while owned-but-unanalyzed videos appear in data with analyzed: false. Use it to check analysis coverage across a set of videos in one round trip.

Only videos belonging to the calling key's shop are readable; any other video_id returns 404. Single-shop only — set x-shop-id to one shop ID.

get/videos/analysis

Query parameters

video_idsstring[] required

Repeatable video id (max 100 per request).

Repeatable video id (max 100 per request).

include_experimentalboolean

Attach the analyzer's full scored-feature block as features_experimental.

Attach the analyzer's full scored-feature block as features_experimental.

Response

Successful Response

not_foundstring[] required

Requested video_ids that do not belong to this shop. Videos that are owned but unanalyzed appear in data with analyzed: false.

Changes

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