Models
Documents

Get topic mixture for a document (CSV)

Returns a CSV of (topic, prob) for the given document in model k. Supports conditional requests via ETag / If-None-Match.

get/{k}/doc_topics/{doc_id}

Path parameters

kinteger required

Model size (number of topics).

doc_idstring required

Document identifier (label).

Response

CSV content

Changes