Skip to content

ParseDocument

POST
/document/{documentID}/parse
curl --request POST \
--url https://api.huddlesurety.co/document/example/parse \
--header 'Content-Type: application/json' \
--data '{ "block": true }'
documentID
required
string

Document ID

Body

Media typeapplication/json

Body

object
block
boolean
Examplegenerated
{
"block": true
}

No Content