Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.23 KB

File metadata and controls

33 lines (22 loc) · 1.23 KB

Elicit API Examples

Code examples and integrations for the Elicit API. Search 125M+ academic papers and create AI-powered research reports.

Setup

Get your API key in account settings, then:

export ELICIT_API_KEY="your-api-key"

Examples

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

Integrations

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

API documentation

Full docs: docs.elicit.com