JD Parser API

An API (or Application Programming Interface) is the code that allows applications to talk to each other.

About API

The JD parser API is:
  • REST-based (though we use POST instead of GET), to know more on REST API, refer REST.
  • API accept input in several format such as base64data, text, etc.
  • Returns responses in JSON format. To know more on JSON, refer JSON.
  • API is validated using API user key, for more details, refer Authentication.

Get more information on how you can quickly get started with RChilli APIs using Postman. This provides the technical information needed to access the RChilli services in flexible ways that will allow JD API to work seamlessly inside your application.