Text Data Parser
The API converts natural language input into structured data which can be used for data mining and consumed by machines. It is useful for extracting entities from user inputs while you are building apps such as chatbot. ##### Input text ``` => The second Wednesday of October ``` ##### Examples responses ``` [ { "body": "The second Wednesday of October", "start": 0, "value": { "values": [ {…
Text Data Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
parse /parse |
It converts text into structured data. |
| POST |
parse /parse |
It parses text into structured data. |
Text Data Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $19.99 / month | 10 / second |
|
| ULTRA Recommended | $79.99 / month | 100 / second |
|
| MEGA | $199.99 / month | 400 / second |
|