REST Interface

The REST interface uses JSON and you can consume this from any language or platform that supports this data format.

Typically, the end point for the data science API will be:

All requests should include the following header:

  • Content-Type: application/json

Last updated