API reference
In this documentation, you can find all the information you need to send requests to our service, including methods, endpoints, parameters, and return values.
This guide explains how to use the REST API.
Endpoints
This API has the following endpoints:
datetime-parser-api/parse/
Take the input text, and parse the underlying date/time information from the input.
Required Parameters
{ "api_key": "<your_API_key>", "input_text": "<text_to_be_processed>" }
RETURNS
Response with message and output information:
{ "message": "", "output": "" }
RETURN TYPE
Object

