Check Progress

POST /progress

Checking Progress of the started prediction

Query parameters

Responses

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