Jump to Content
Findify
API Reference
Log InFindify
API Reference
Log In

Search API Overview

  • Introduction
  • Authentication
  • Required data

Search JSON API

  • Search API
    • /autocompletepost
    • /searchpost
    • /search/contentpost
  • Smart Collection API
    • /smart-collection/{slot}post
  • Recommendation API
    • /recommend/{slot}post
    • /recommend/items/newestpost
    • /recommend/items/trendingpost
    • /recommend/items/viewed/latestpost
    • /recommend/items/{item_id}/viewed/viewedpost
    • /recommend/items/{item_id}/viewed/boughtpost
    • /recommend/items/{item_id}/bought/boughtpost
  • Feedback API
    • /feedbackpost

Push API

  • Content API
    • /content/{source}post
  • Product Push API
    • /productpost

Analytics JS

  • Findify Analytics JS
  • Github: Findify Analytics JS
  • NPM: Findify Analytics JS
  • findifyAnalytics(config)
  • client.sendEvent(type, request)
  • client.user

JS SDK

  • Introduction
  • Github: Findify JS SDK
  • FindifySDK.init(config)
  • client.send(request, opts)

Push Content API

  • Getting Started With Your API
Powered by 

Getting Started With Your API

This page will help you get started with Push Content API.

This is where you show your users how to set it up. You can use code samples, like this:

$http.post('/someUrl', data).success(successCallback);

alert('test');

Try dragging a block from the right to see how easy it is to add more content!