Resources
Practical guides, code examples, and references for building with the SynthLink API.
Using SynthLink with Next.js
Fetch and display enriched documents in a Next.js app using server components and the App Router. Covers environment variables, error handling, and caching strategies.
Handling rate limits gracefully
Implement retry logic and exponential backoff to stay within the 60 req/min limit without disrupting your application's user experience.
Filtering by source and category
How to use the source, content_source, and status query parameters to narrow results and build targeted feeds for your application.
Fetch and export insights to CSV
A minimal Python script that pulls the latest completed insights and writes them to a CSV file using httpx and the csv standard library.
Next.js starter template
A ready-to-clone repository with API key setup, environment variables, and a basic dashboard that renders the latest documents and insights.
curl one-liners
Copy-paste curl commands for every endpoint with the most common parameter combinations — useful for quick testing without a client library.