The Svrf Trending Endpoint provides your app or project with the hottest immersive content curated by real humans. The experiences returned mirror the Svrf search page, from timely cultural content to trending pop-culture references. The trending experiences are updated regularly to ensure users always get fresh updates of immersive content.
Query Parameters
Parameter
Type
Description
size
integer
The number of results to return per-page, from 1 to 100 (default: 10).
pageNum
integer
Pagination control to fetch the next page of results, if applicable.
isFaceFilter
boolean
Search only for face filters.
hasBlendShapes
boolean
Search only for Media that has blend shapes.
requiresBlendShapes
boolean
Search only for Media that requires blend shapes.
Response
Successful Response
Successfully fetched the Media.
Key
Type
Description
success
boolean
If the request was successful.
pageNum
integer
The current page number.
nextPageNum
integer
The next page to query to see more results, whether or not the next page actually exists.
media
[object]
The search results in an array of Media. See Media schema.