v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
concepts

Retrieve all accessible concepts

Retrieve all accessible concepts in the system.

Concepts Overview:

  • Concepts are semantic tags generated automatically by analyzing article text using ML embeddings (gemini-embedding-2), rather than explicit user tags.
  • Primarily used for advanced semantic categorization, automated feeds, and interest mapping.
get/api/concepts

Query parameters

pageinteger

Pagination page index.

per_pageinteger

Number of items to return per page.

daysinteger

Number of days of activity to aggregate for computing the concept popularity/trend score (default is 7 days).

Response

successful

idinteger required
namestring required
slugstring required
descriptionstring nullable
parent_idinteger nullable
scorenumber float
similarity_thresholdnumber float nullable
created_atstring date-time required
updated_atstring date-time required