Spideo API Doc

Spideo API Doc (3.0.0)

Download OpenAPI specification:Download

With the Spideo API you will be able to display the right content at the right time for your customers and collect information about your customer’s needs to optimise the performance. Our endpoints allow you to onboard new users and create a personalized experience from the first time they explore your platform and helps existing users discover the richness of your content catalog tailored to their preferences. We also provide you with ways to manage business rules to give you more control over what you want to specifically recommend to your users or exclude from recommendation.To test any of the endpoints in this document, you can use a tmdbID for movie content or a tmsID for tv shows in the contentID field.

Authentication

APIKeyQueryParam

Security Scheme Type API Key
Query parameter name: apikey

DATA PRIVACY

In application of Data Protection regulations, all features presented in this section enable users to take decisions on the tracking and storage of their activity.

USER HISTORY DELETION

Ability to erase an history of interactions

Deletion of user's profile

Authorizations:
path Parameters
user
required
string

Provide the user Id. Example: mathieu

Responses

STOP TRACKING USER

Ability to stop the recording of the user's interactions

Deactivate the record of a user's interactions

Authorizations:
path Parameters
user
required
string

Provide the user Id. Example: mathieu

query Parameters
records_allowed
boolean

Activates or deactivates the ongoing tracking of a given user's interactions. Therefore records_allowed={true/false}".

Responses

Response samples

Content type
application/json
{
  • "user": "DataPrivacy",
  • "recordsAllowed": false
}