Skip to main content
POST
Search posts
Searches what Klint tracks for posts. Returns fixed-shape post summaries in relevance order (query-bearing) or optional sorted order (filters-only).

Request body

An initial request needs at least one non-empty query or filter scope. Complete grammar, limits, and invalid-request examples: Search posts โ€บ filtering.

Examples

Query-bearing:
Filters-only with sort:

Response

{ "request_id", "data": [PostSummary], "has_more", "next_cursor" }. Each item is the complete post summary: identity, authored content, creative interpretation, commercial context, current metrics, embedded author summary. Null semantics and progressive enrichment: reading the results.

Errors

422 validation-failed (bad grammar, all cases) ยท 410 expired-cursor ยท 429 rate-limit-exceeded ยท full catalog.