Rank the feed, surface the creators,
resolve promotion in one decision.
The ranking layer between candidate generation and the feed a fan sees. Gortex orders creator content, surfaces the creators worth following, and places promoted content in one call, so your team ships product instead of running a ranking stack.
A creator platform ranks three things at once, and none of them hold still.
Content ranking drifts with taste, freshness, and format. Creator discovery is a separate ranking problem with its own signals. And promoted content has to resolve against the organic feed, not sit beside it. Each surface pulls its own way, so the team that ranks the platform keeps re-tuning it, on the request path, forever.
One endpoint ranks content, surfaces creators, and places promotion together.
You keep retrieval and send the candidates you already have. The same content ranking api that orders posts powers the feed ranking api for the for-you surface, and the personalization api tailors both to the individual fan. Ranking and monetization resolve in one sub-200ms call, and every decision carries a decision_id and a trace_id.
One request. A ranked creator feed and its promoted slots.
// Rank a creator feed and fill its promoted slots. $ curl api.gortex.ai/v1/decide \ -H "Authorization: Bearer $GORTEX_KEY" \ -d '{ "recipient": { "id": "fan_8120" }, "context": { "surface": "creator_feed" }, "items": [ /* 200 candidate posts + creators */ ] }' { "ranked": [ /* ordered item IDs */ ], "promoted": [{ "slot": 4, "price": 0.37 }], "decision_id": "d_01HXZ3M", "trace_id": "t_01HXZ3N" }
Ranking for creator platforms, answered plainly.
How does Gortex rank creator content for a personalized feed?
You send the fan, the surface, and the candidate posts you already retrieved. Gortex ranks them for taste, freshness, and format and fills promoted slots in the same response, so the organic feed and paid placement resolve together in one call.
Can Gortex surface creators, not just their content?
Yes. Creator discovery is its own ranking problem, so you pass creator candidates the same way you pass posts. Gortex returns a ranked set for follow prompts, creator rails, and for-you shelves, using the same decision path as the feed.
How fast is a creator feed ranking call?
Content ranking, creator discovery, and promoted placement resolve inside one sub-200ms p99 budget, on the request path, so you can call it on every feed load and every scroll.
See a creator feed decision, live.
The private beta is by invitation. Tell us the surfaces you rank, from the for-you feed to creator discovery, and we will get you a key.