Get Process Results
Retrieve generated images, videos, segmentation data or 3d file with processing_url parameter.
POST /v2/resultsName
Type
Description
curl -X GET https://api.luw.ai/v2/results \
-H "Authorization: Bearer LUW_API_TOKEN" \
-d "processing_url=abc123"{
"status": true,
"progress": {
"started_at": "2024-01-04T12:00:00Z",
"state": "processing",
"percent": 45
},
"processing": true,
"processing_url": "pred_123..."
}Last updated