Code examples and integrations for the Elicit API. Search 125M+ academic papers and create AI-powered research reports.
Get your API key in account settings, then:
export ELICIT_API_KEY="your-api-key"Standalone scripts in three languages, each showing the same three operations: basic search, filtered search, and async report creation.
| Directory | Language | Prerequisites |
|---|---|---|
| curl/ | Shell | curl, jq |
| javascript/ | Node.js 18+ | None (native fetch) |
| python/ | Python 3.7+ | requests |
| Directory | Description |
|---|---|
| integrations/cli/ | Full-featured command-line tool (zero dependencies, Python stdlib only) |
| integrations/slack-bot/ | Slack bot with /elicit search and /elicit report slash commands |
| integrations/claude-code-skill/ | Natural-language research inside Claude Code |
Full docs: docs.elicit.com