Run it
Paste this to your agent, filled in:Context for the agent
Klint is the social context API: it searches and extracts Instagram posts and accounts, returned with transcripts, on-screen text, and creative structure already analyzed. Base URLhttps://api.tryklint.ai. Every request needs Authorization: Bearer $KLINT_API_KEY; never print or echo the key. This page is the source of truth for this procedure; work from the fetched copy, not memory. The full documentation index is at https://tryklint.ai/llms.txt, and the whole API contract is at https://tryklint.ai/for-agents/coding-agents.md. Last updated July 18, 2026.
Inputs
Verify you have all of these before calling the API. If any are missing, ask your operator; don’t guess.Objectives
Produce exactly one artifact: a shortlist of five to ten creators, each with a dossier in the Output format below, every claim backed by post IDs from your own calls. Nothing else counts as done.Procedure
1
Discover candidates
Skip this step if the operator supplied Drop the
candidates. Otherwise discover them with POST https://api.tryklint.ai/v1/instagram/accounts/search. The account query qualifies on current identity: the profile presented and the content actually published. The posts block demands recent proof, so nobody qualifies on a bio keyword alone.declared_locations filter if the operator gave no location. Accounts that never declared one can’t match it; don’t treat that as disqualifying on its own.2
Pull each candidate's recent record
Per candidate, a handle-scoped sweep. Filters-only searches may sort; Note cadence, format mix, and the share of posts matching the brief’s territory.
sort and query never appear together.3
Check observed brand work
The same handle scope with
"has_paid_partnership_label": true added to the post filters. This returns posts Instagram labeled as paid partnerships. It misses deals without the label; say “observed brand work,” never “all brand work.” Extract the labeled posts to see partners, offers, and how the creator builds sponsored content.4
Extract the qualification evidence
For each shortlisted creator,
GET https://api.tryklint.ai/v1/instagram/posts/{id} on the two or three posts that best prove the brief’s requirements. These are the receipts the dossier cites.5
Verify before you report
Check against the Objectives: every creator has qualification evidence with post IDs, a recent-record summary, and a brand-work note. Flags stay flags; you never issue a fraud or authenticity verdict. If fewer than five creators qualify, report the thin result. Offer to widen the band or relax the brief; don’t pad.
Output format
Use exactly this structure, one block per creator:Boundaries
- Qualification rests on the public published record. Audience demographics, story metrics, and rates are not public observations; don’t estimate them.
- No fraud verdicts. Surface things worth a human look; never stamp an account fake or authentic.
- Absence is bounded by what Klint tracks. A creator with no observed brand work may simply predate tracking; the Scope section says so.