{
"process_id": "Unique identifier for the processing task",
"source_id": "Unique identifier for the source file",
"filename": "File name",
"input_format": "Input file format",
"input_height": "Input image height (pixels)",
"input_width": "Input image width (pixels)",
"output_format": "Output file format",
"output_height": "Output image height (pixels)",
"output_width": "Output image width (pixels)",
"category": "Processing category",
"model_type": "Model type used",
"model": "Model name",
"subject_detection": "Subject detection type",
"face_enhancement": "Whether face enhancement is enabled",
"face_enhancement_creativity": "Creativity level for face enhancement (0-1)",
"face_enhancement_strength": "Strength of face enhancement (0-1)",
"crop_to_fill": "Whether to crop the image to fill the output size",
"options_json": "Additional options in JSON format",
"sync": "Whether the process is synchronous",
"status": "Processing status",
"progress": "Processing progress (percentage)",
"eta": "Estimated completion time (Unix timestamp)",
"creation_time": "Task creation time (Unix timestamp)",
"modification_time": "Last modification time (Unix timestamp)",
"credits": "Credits consumed"
}