# Enhance Monitor the automatic post-production enhancement process (branding, subtitles, audio cleanup) that runs after a project is created. ## Get project enhancement status - [GET /auth/project/{projectId}/edit/status/enhance](https://api-docs.shuffll.com/apis/enhance/getenhancestatus.md): Check the progress of the automatic enhancement process for a project. Enhancement starts automatically after a project is created. Poll this endpoint to track progress. - A 202 response means enhancement is still in progress — continue polling. - A 200 response with isDone: true means enhancement is complete and the project is ready to export.