Retrieve video
GET https://api.fastapi.ai/v1/videos/{video_id}
Fetch the latest metadata for a generated video.
Path parameters
video_id string Required
The identifier of the video to retrieve.
Returns
Returns the video job matching the provided identifier.
Example
Request
bash
curl https://api.fastapi.ai/v1/videos/video_123 \
-H "Authorization: Bearer $FAST_API_KEY"