Rank every article, video, and post
the moment it lands.
The ranking layer between your catalog and the surface a user reads or watches. Gortex orders every item, articles, video, and UGC alike, and fills sponsored slots in one call, so your team ships product instead of retuning a ranking engine.
Content ranking is never finished, it drifts with taste.
What earns a view this month gets stale the next. Taste moves, fresh items outdate old ones by the hour, and every new format, short video today, something else tomorrow, needs its own tuning. The team that ships the ranking keeps re-shipping it, on the request path, forever.
One endpoint ranks the content and places sponsored slots in the same response.
You send a recipient, a surface, and the candidate items you already retrieved, whatever the format. Gortex returns the engagement order and the sponsored placements together, inside one sub-200ms p99 budget, with a decision id you can audit later.
One request. Ranked content and its sponsored slots.
// Rank a content feed and fill its sponsored slots. $ curl api.gortex.ai/v1/decide \ -H "Authorization: Bearer $GORTEX_KEY" \ -d '{ "recipient": { "id": "u_8120" }, "context": { "surface": "content_feed" }, "items": [ /* 200 candidate items: articles, video, ugc */ ] }' { "ranked": [ /* ordered item IDs */ ], "sponsored": [{ "slot": 3, "price": 0.42 }], "decision_id": "d_01HXZ3M", "trace_id": "t_01HXZ3N" }
Content ranking, answered plainly.
What is a content ranking API?
An endpoint that takes your candidate content items, articles, video, and UGC, and returns them in the order a given user should see them. Gortex places sponsored slots in the same response, so engagement ranking and monetization resolve together.
Does content ranking work across articles, video, and UGC in one call?
Yes. You pass mixed-format candidates and Gortex ranks them for the same user against one objective, then fills sponsored slots against that order. Formats do not each need their own ranking system.
How fast is a content ranking call?
Ranking and sponsored placement resolve inside one sub-200ms p99 budget, on the request path, so you can call it on every content view.
See a content ranking decision, live.
The private beta is by invitation. Tell us the content you rank and the formats you carry, and we will get you a key.