{"message":"YouTube Tutorial Scaffold API","version":"1.0.0","endpoints":{"POST /process":"Submit video for processing","GET /status/{task_id}":"Check task status","GET /download/{task_id}":"Download completed project","GET /tasks":"List all tasks","DELETE /tasks/{task_id}":"Delete task and files"},"usage":{"1":"POST your YouTube URL to /process","2":"Get task_id in response","3":"Check status with GET /status/{task_id}","4":"When status is 'completed', download with GET /download/{task_id}"}}