Skip to content

elicit/api-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example usages of the Elicit API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors