list_trending_generations
higgsfield.aiBrowse trending AI-generated images from the Higgsfield community at https://higgsfield.ai. Returns full prompts, generation parameters, image URLs, publication stats, creator profiles, and automatically follows cursor-based pagination.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_trending_generations?
Browse trending AI-generated images from the Higgsfield community at https://higgsfield.ai. Returns full prompts, generation parameters, image URLs, publication stats, creator profiles, and automatically follows cursor-based pagination. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass limit, page_size and get the result back without maintaining a scraper.
Response
{
"count": 0,
"has_more": true,
"generations": [
{}
],
"next_cursor": 0,
"pages_fetched": 0,
"total_available": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/a23fda90-e382-495e-a7e0-330d2b2b750f/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "a23fda90-e382-495e-a7e0-330d2b2b750f",
"variables": {
"limit": 75,
"page_size": 50
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="a23fda90-e382-495e-a7e0-330d2b2b750f") — the "list_trending_generations" function, which browse trending AI-generated images from the Higgsfield community at https://higgsfield.ai. Returns full prompts, generation parameters, image URLs, publication stats, creator profiles, and automatically follows cursor-based pagination.. It takes limit (int), page_size (int). Return the result as structured JSON.