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"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| taskId | string | Y | — |
Response Example
{
"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