Files
Get File
Retrieve file metadata and access URL.
Args: file_uuid (str): UUID of the file to retrieve.
Returns: FileDetail: File metadata including: - file_url: Use this URL to download/view the file (valid for 30 minutes) - file_type: "image", "video", "text", or "document" - processing_status: For videos, check if "completed" before accessing frames - video_metadata: Contains frame_count and other video-specific info
Note: For videos, use GET /files/{file_uuid}/frames to access individual frames.
Example: GET /api/v2/files/{file_uuid}
get/v2/files/{file_uuid}
Path parameters
file_uuidstring required
Response
OK