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.
Query parameters
Repeatable video id (max 100 per request).
Repeatable video id (max 100 per request).
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.