GET

/api/parse/stream/{taskId}

Stream parse progress

Stream progress events for an async parse task via Server-Sent Events.

curl -N https://prismer.cloud/api/parse/stream/$TASK_ID \
  -H "Authorization: Bearer $API_KEY" \
  -H "Accept: text/event-stream"

参数

FieldTypeReqDefaultDescription
taskIdstringY

Try it out

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