Image & Video Studio — unified composer
Wevion's Image & Video Studio (/creative-hub/image-video): one composer for ad and cinematic images plus image-to-video, with references and Brand Kits.
Written By Salvatore Sinigaglia
Last updated About 1 hour ago
Wevion's Image & Video Studio (/creative-hub/image-video): one composer for ad and cinematic images plus image-to-video, with references and Brand Kits.
Image & Video Studio — unified composer
TL;DR: The Image & Video module (
/creative-hub/image-video, GA, no feature flag) is Wevion's single Creative Hub composer for both static images and video clips. A top toggle switches between Image and Video. The Image side has an Ads / Asset sub-toggle; the Video side is image-to-video (a start-frame image is required). Both accept up to 4 reference images and an optional Brand Kit. Cinematic images run throughPOST /api/v1/creative-hub/image-studio/generateand video clips throughPOST /api/v1/creative-hub/video-studio/generate— both async (HTTP 202), polled every 4 seconds. Results land as assets in your Creative Hub.
Who is this for
Mediabuyers and creative teams who want one place to produce ad-ready images, cinematic hero visuals, and short video clips — without jumping between separate tools. The composer merges what used to be three separate flows (image creatives, cinematic image, cinematic video) into one nav entry under the Create section of the Creative Hub.
What the composer covers
The legacy image-creatives and cinematic routes still exist for deep links, but the nav now exposes only this unified Image & Video entry.
Cinematic image generation
The Asset image sub-mode drives POST /api/v1/creative-hub/image-studio/generate.
Request body (verified apps/backend/src/routes/api/creative-hub-image-studio.route.ts):
prompt(required, 1–4000 chars)style(optional, ≤64 chars)language(optional, ≤16 chars)aspect_ratio(optional):9:16,1:1,4:5,16:9,3:4resolution(optional):720p,1080pnum_variants(optional, 1–4)brand_colors(optional, up to 5)brand_kit_id(optional) — pulls colors/fonts from a saved Brand Kitreference_image_urland/orreference_image_urls(optional, capped at 4)
When one or more reference images are supplied, the generation runs in image-to-image mode and is priced accordingly.
Response: 202 Accepted with generation_id, status: "queued", credits_estimated, estimated_cost_cents, created_at, and polling_interval_ms (4000).
Video generation (image-to-video)
The Video mode drives POST /api/v1/creative-hub/video-studio/generate.
Request body (verified apps/backend/src/routes/api/creative-hub-video-studio.route.ts):
prompt(required, 1–4000 chars)image_url(required) — the start-frame image. Video generation is image-to-video only; text-to-video is not supported.provider(optional):kling_2_6,veo_3_1,seedance_produration(optional):4,5,6,8, or10secondsaspect_ratio(optional):16:9,9:16,1:1style(optional, ≤64 chars)brand_kit_id,brand_colors(optional, up to 5)
Response: 202 Accepted with the same queued-generation envelope as image (generation_id, status, credits_estimated, estimated_cost_cents, polling_interval_ms).
A typical flow: generate a cinematic image in the Image tab, then feed it as the start frame for a clip in the Video tab.
Reference images
Both sides of the composer share an ordered set of reference images, capped at 4. Adding references switches an image generation into image-to-image mode. For video, a single start-frame image is required rather than optional.
Using a Brand Kit
Pick a saved Brand Kit from the composer's selector to inject your logo colors, fonts, and identity into the generation via brand_kit_id. Alternatively pass ad-hoc brand_colors (up to 5 hex values). See ch-122 Brand Kit.
How to generate
- Open Creative Hub → Image & Video (
/creative-hub/image-video). - Choose Image or Video with the top toggle. For Image, pick Ads or Asset.
- Write your prompt.
- (Optional) Add up to 4 reference images. For Video, set the required start-frame image.
- (Optional) Pick a Brand Kit and/or brand colors.
- Set format options: aspect ratio, resolution or duration, and number of variants (images only, 1–4).
- Click generate. The request returns
202and a queued generation. - The UI polls every 4 seconds until status reaches
completed(orfailed). Completed assets appear in the results grid and your Creative Hub.
Status lifecycle
Every generation moves through queued → processing → completed or failed. On failure, an error_message is returned and no credits are charged for the failed job.
Credits and errors
Both routes estimate credits up front (credits_estimated, estimated_cost_cents) and charge on completion (credits_charged). If you lack credits or hit a cap, the route returns 402 with one of: Insufficient credits, Monthly credit cap exceeded, or Team member monthly credit cap exceeded. Invalid input returns 400. See ch-112 AI credits.
FAQ
Where is the Image & Video Studio in Wevion?
It lives under Creative Hub → Create → Image & Video at /creative-hub/image-video. It is generally available with no feature flag, so any workspace with Creative Hub access sees it. The single composer replaces the older separate image-creatives, cinematic-image, and cinematic-video entries, though their routes remain reachable via deep links.
Can I make a video from text only in Wevion?
No. Wevion's Video mode is image-to-video: the image_url start-frame is required for every provider, and text-to-video is not supported. The common pattern is to generate a cinematic image in the Image tab first, then use it as the start frame. Providers include kling_2_6, veo_3_1, and seedance_pro, with durations of 4, 5, 6, 8, or 10 seconds.
How many reference images can I add?
Both image and video generation accept up to four reference images. For images, adding any reference switches the generation into image-to-image mode, which is priced accordingly. For video, a single start-frame image is mandatory. Reference images help Wevion stay closer to your product, subject, or visual style than a text prompt alone.
What image sizes and resolutions can the studio produce?
Cinematic image generation supports aspect ratios 9:16, 1:1, 4:5, 16:9, and 3:4, at 720p or 1080p resolution, with 1 to 4 variants per prompt. Video supports 16:9, 9:16, and 1:1. Match the aspect ratio to your ad placement instead of cropping later, since Wevion generates directly at the ratio you choose.
How long do generations take and how do I track them?
Generations are asynchronous. Wevion returns HTTP 202 with a queued generation ID, then the studio polls every four seconds until the status becomes completed or failed. You can also list past generations or fetch a single one by ID. Completed outputs appear in the results grid and are stored as assets in your Creative Hub. See ch-118 manage AI jobs.
FAQ
Where is the Image & Video Studio in Wevion?
It lives under Creative Hub → Create → Image & Video at /creative-hub/image-video. It is generally available with no feature flag, so any workspace with Creative Hub access sees it. The single composer replaces the older separate image-creatives, cinematic-image, and cinematic-video entries, though their routes remain reachable via deep links.
Can I make a video from text only in Wevion?
No. Wevion's Video mode is image-to-video: the imageurl start-frame is required for every provider, and text-to-video is not supported. The common pattern is to generate a cinematic image in the Image tab first, then use it as the start frame. Providers include kling26, veo31, and seedancepro, with durations of 4, 5, 6, 8, or 10 seconds.
How many reference images can I add?
Both image and video generation accept up to four reference images. For images, adding any reference switches the generation into image-to-image mode, which is priced accordingly. For video, a single start-frame image is mandatory. Reference images help Wevion stay closer to your product, subject, or visual style than a text prompt alone.
What image sizes and resolutions can the studio produce?
Cinematic image generation supports aspect ratios 9:16, 1:1, 4:5, 16:9, and 3:4, at 720p or 1080p resolution, with 1 to 4 variants per prompt. Video supports 16:9, 9:16, and 1:1. Match the aspect ratio to your ad placement instead of cropping later, since Wevion generates directly at the ratio you choose.
How long do generations take and how do I track them?
Generations are asynchronous. Wevion returns HTTP 202 with a queued generation ID, then the studio polls every four seconds until the status becomes completed or failed. You can also list past generations or fetch a single one by ID. Completed outputs appear in the results grid and are stored as assets in your Creative Hub. See ch-118 manage AI jobs.
Steps
- Open Creative Hub → Image & Video (/creative-hub/image-video).
- Choose Image or Video with the top toggle. For Image, pick Ads or Asset.
- Write your prompt.
- (Optional) Add up to 4 reference images. For Video, set the required start-frame image.
- (Optional) Pick a Brand Kit and/or brand colors.
- Set format options: aspect ratio, resolution or duration, and number of variants (images only, 1–4).
- Click generate. The request returns 202 and a queued generation.
- The UI polls every 4 seconds until status reaches completed (or failed). Completed assets appear in the results grid and your Creative Hub.
Last updated: 2026-07-02