lut-ai / test_main.http
brestok's picture
Update Dockerfile to optimize application setup and streamline dependencies
642914f
raw
history blame contribute delete
649 Bytes
### Test the root endpoint
GET http://localhost:8000/
### Test health check
GET http://localhost:8000/health
### Test LUT transformation endpoint
POST http://localhost:8000/transform-lut
Content-Type: application/json
{
"cube_file_base64": "VElUTEUgIlRlc3QgTFVUIgpMVVRfM0RfU0laRSAyCgowLjAwMDAwMCAwLjAwMDAwMCAwLjAwMDAwMAowLjUwMDAwMCAwLjAwMDAwMCAwLjAwMDAwMAowLjAwMDAwMCAwLjUwMDAwMCAwLjAwMDAwMAowLjUwMDAwMCAwLjUwMDAwMCAwLjAwMDAwMAowLjAwMDAwMCAwLjAwMDAwMCAwLjUwMDAwMAowLjUwMDAwMCAwLjAwMDAwMCAwLjUwMDAwMAowLjAwMDAwMCAwLjUwMDAwMCAwLjUwMDAwMAoxLjAwMDAwMCAxLjAwMDAwMCAxLjAwMDAwMA==",
"user_prompt": "Make this LUT more cinematic with cool shadows"
}