GET /api/output/
Serves a merged video file produced by POST /api/generate-ad-video. Thefilename comes from the video_url field in that response.
Output files are stored in a temporary directory on the server. They are lost when the server restarts and are not guaranteed to persist indefinitely. Download the file promptly after generation.
Path parameter
The filename portion of
video_url from the generate-ad-video response, e.g. "550e8400-e29b-41d4-a716-446655440000_edited.mp4".Response
Returns the video file as a binary stream with content typevideo/mp4.
Example
Download the merged video to a local file:Errors
| Status | Cause |
|---|---|
404 | File not found — either cleaned up, the server restarted, or the filename is incorrect. |