Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.34 KB

File metadata and controls

34 lines (23 loc) · 1.34 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
integrations/mcp/ MCP server for Claude Desktop, Claude Code, and other MCP clients

API documentation

Full docs: docs.elicit.com