POST /parsers-engine-rpc
Execute the Parsers Engine against a given input and Parsers Rules.
Route
Method: POST
Authentication: required
Url:
Headers
Request Body
Name
Type
Description
dataBox
The initial state to launch the parsers engine from.
rules
The parser rule definitions to instruct the transformation and generation pipelines.
returnedKeys
Record<string, boolean | undefined> | undefined
Select which response keys should be present. Defaults to true
.
Response Body
The route always respond with a 200 code. Error state is represented by the status
property in response object.
Example
Here's a simple example to get the raw tokens in JSON from a repository called all-design-data
in the @acme-inc
workspace:
Last updated
Was this helpful?