Findify provides a set of low- and high-level tools that can help you integrate on any platform using your favorite tools.
For the low-level integration we provide a set of HTTP JSON routes that give you access to all features and tools that we offer.
On a high-level we provide a set of SDK and JS libraries that can ease the integration.
We recommend using high-level tools
We recommend using SDKs and especially JS Feedback library and use low-level API only for building new SDKs
All routes support both HTTP GET and HTTP POST verbs.
For POST requests, the request body must be JSON, with the Content-Type header set to application/json.
The GET requests can be used for JSONP. You can adjust the callback name thanks to the "callback" parameter.