# Video Generation

Image-to-Video capabilities

## Generate Video from Tailored Image (Beta)

 - [POST /video/generate/tailored/image-to-video](https://docs.bria.ai/tailored-generation/video-generation/generate-video-from-tailored-image.md): (Beta)
Initiates an asynchronous job to generate a 5-second MP4 video file animating a source image created by a tailored model.

Asynchronous Requests and the Status Service Bria API endpoints process requests asynchronously by default. When you make an asynchronous request, the API immediately returns a request_id and a status_url instead of the final result. Use the Status Service to track the request's progress until it reaches a completed state.  

See the full guide at Status Service Documentation for complete details and usage examples.

On successful initiation, this endpoint returns a 202 Accepted response. Poll the status_url or use the Status Service with the request_id to check for job completion.
Once 'Completed', the status response will contain the URL to the generated MP4 video.

