Lens Content APIs
APIs for Content Recommendations
Global Feed
Personalized Feed
API Documentation
Returns a list of posts based on a strategy that is personalized for the given profile.
The Lens profile handle (with or without the .lens extension) or hex Id.
The strategy name to use such as 'following'.
Number of entries to return. Defaults to 100.
Return results starting from this offset position. Defaults to start at 0, the first result.
The language of the posts to be retrieved.
Limite to top N ranked profiles. Defaults to 10000.
Query succeeded.
Invalid request, ex: wrong parameters.
Internal server error, not caused by issues with the request.
Returns a list of posts based on a strategy that is not personalized.
The strategy name to use such as 'recent', 'popular', 'recommended', or 'crowdsourced'.
Number of entries to return. Defaults to 100.
Return results starting from this offset position. Defaults to start at 0, the first result.
The language of the posts to be retrieved.
Limite to top N ranked profiles. Defaults to 10000.
Query succeeded.
Invalid request, ex: wrong parameters.
Internal server error, not caused by issues with the request.
Last updated

