API ReferencePlatformFilesAPI reference for Files endpoints. 3 endpointsPOST/api/v1/files/uploadUpload and host a temporary file. Accepts base64 content or a URL to fetch. Returns a signed download URL. Files expire after the specified TTL (default 1 hour, max 24 hours).GET/api/v1/files/{fileId}Get metadata and a fresh download URL for a previously uploaded file.DELETE/api/v1/files/{fileId}Delete a previously uploaded temporary file.Video UnderstandingAPI reference for Video Understanding endpoints.CodeAPI reference for Code endpoints.