Intersect API

The APIs around Intersect are essentially multiple Search calls against an intersect job.

The deployment end-point for our APIs is: http://api.spotright.com

The Intersect API uses a path of the form: /*VERSION*/*TOKEN*/search/*JOB-ID*/*MONIKER*

Currently VERSION is “v1″. i. e., version 1 of the API.

Search

To search for influencers on a given topic make the following call:

GET http://api.spotright.com/v1/*TOKEN*/intersect/*JOB-ID*/*MONIKER*
Accept: application/json

Example

Coming Soon.