Get video
Get a video by ID. Returns full details including status, model, URL (when completed), and a versions array with edit history when available.
Documentation Index
Fetch the complete documentation index at: https://docs.rawugc.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Headers
API version to use for this request (date string, e.g. '2026-03-06'). If omitted, uses your API key's pinned version or the latest version.
^\d{4}-\d{2}-\d{2}$"2026-03-06"
Path Parameters
Video identifier (vid_xxx format)
Response
Video status retrieved successfully
Unique video identifier (vid_xxx format)
Current generation status
pending, processing, completed, failed Model used for generation
Text prompt used (if applicable)
Credits deducted for this generation
URL to download the generated video (available when status is 'completed')
Timestamp when generation was initiated
Timestamp when generation completed (if finished)
Error code if generation failed
Error message if generation failed
Version chain showing edit history (captions, overlays). Present when the video has been edited.

