Cloud Rendering Pipeline for CG/VFX
Check API health status
List episodes for a project
Get episode status and progress
Get detailed episode information
Submit episode for rendering
Interactive API documentation (Swagger UI)
# Start the API server
ur-api-start
# Check health
curl http://localhost:8000/api/health
# View interactive docs
open http://localhost:8000/api/docs
# Submit a test frame
curl -X POST http://localhost:8000/api/episodes/AFROVFX_DEM/EP001/submit \
-H "Content-Type: application/json" \
-d '{"test_frames_only": true}'