Check Progress

POST /progress

Checking Progress of the started prediction

Query parameters

  • prediction_id integer Required

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • success integer
    • status string
    • error null
    • percentage string
    • output string
POST /progress
curl \
 --request POST 'https://app.decorai.io/api/progress?prediction_id=42'
Response examples (200)
{
  "success": 42,
  "status": "string",
  "error": null,
  "percentage": "string",
  "output": "string"
}