Start Process

POST /start

Prediction Start Endpoint

Query parameters

Responses

POST /start
curl \
 -X POST https://decorai.io/api/start?room_style=42&result_style=42&interior_style=42&image=string \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "success": 42,
  "prediction_id": 42
}