Browse documentation

Parsers

2 endpoints.

Paths are relative to the base URL for your environment. Unless marked otherwise, every request needs an Authorization: Bearer header.

POST/files/{file_key}/parsers

Parser Start

Path parameters

  • {file_key} — required

Request body

json
{
  "modelId": "rate-confirmation-parser",
  "modelVersion": "1.1.0"
}

Response fields

Asserted by the API’s own test suite.

messageparserId
GET/files/{file_key}/parsers/{parser_id}

Parser Get

Path parameters

  • {file_key} — required
  • {parser_id} — required