GET

/api/parse/status/{taskId}

Poll parse task status

Check the status of an asynchronous parse task.

curl https://prismer.cloud/api/parse/status/$TASK_ID \
  -H "Authorization: Bearer $API_KEY"

参数

FieldTypeReqDefaultDescription
taskIdstringY

响应示例

{
  "success": true,
  "taskId": "task-abc",
  "status": "processing",
  "progress": 45
}

Try it out

Path Parameters
/api/parse/status/{taskId}
Sign in to use your API key
Request Body
Response
Click Execute to test