Use the following code snippet to get the information of a parse request

curl -H "Authorization: Bearer API_KEY" "https://api.toriihq.com/v1.0/parsings/{PARSING_ID}"
Request status will be one of the following
  • parsing_in_progress - Request is in progress
  • parsed_successfully - Request has been parsed successfully
  • parsing_failed - Request has been failed to parse
Language
Authorization
Header
Click Try It! to start a request and see the response here!