What are premium endpoints?

What are premium endpoints?

Premium endpoints are only available to Business and Enterprise subscriptions, these endpoints are marked with a star in documentation.


    • Related Articles

    • How can I get access to special endpoints?

      Interaction endpoints such as Follow, Like, Comment are only available to trusted clients in order to prevent abuse and keep the service working properly. If you want access to these endpoints please send us an email or a chat request and include the ...
    • How to collect posts for a topic or identify industry trends?

      We have multiple endpoints which you can use in combination in order to collect posts for a specific topic or identify industry trends.  Here are our recommendations on things you can do: Getting feed posts (For You) from an authenticated account ...
    • Getting search results from an user session

      When you call Public endpoints such as the Search endpoint, it will return results from a random unauthenticated session. If you want to get more uniform results and tailored for a specific user, it is possible to call the endpoint from an user scope ...
    • How to download videos?

      Endpoints for getting posts such as Get feed posts or the Get video information endpoint return the video(s) information in the JSON response object.  You can download the video file using the link at the downloadAddr or playAddr field. Example ...