POST /progress
curl \
-X POST https://app.decorai.io/api/progress?prediction_id=42
Response examples (200)
{
"success": 42,
"status": "string",
"error": null,
"percentage": "string",
"output": "string"
}