Skip to main content
Three steps.
1

Get an API key

Create a key in the Klint dashboard. Export it:
Every request sends Authorization: Bearer $KLINT_API_KEY. See Authentication.
An account-free trial (npx klint setup) is planned; until it lands, the dashboard is the way in.
2

Search posts

One request with a semantic query, a post filter, and nested author filters:
Every returned post satisfies the query and every filter. Weak matches never pad the list. has_more and next_cursor continue the result set; see pagination.
3

Read one post in full

Follow a result’s id to the complete post, with ordered media items, transcript, on-screen text, and visual descriptions:

Next

Filter grammar

Operators, composition rules, and what gets rejected.

Search accounts

Find accounts by who they currently appear to be.

Klint for coding agents

The whole contract on one agent-ready page.

Errors

Every error, what causes it, and whether to retry.