Getting Started with ScrollJar
ScrollJar provides AI-powered corpus search for ancient texts. This guide walks you through authentication, making your first API call, and integrating with MCP-compatible AI agents.
Prerequisites
- A ScrollJar account — sign up at scrolljar.ai
- An API key — generate one from the dashboard
Authentication
All API requests require a bearer token. Use the API key from your dashboard:
curl https://api.scrolljar.ai/v1/health \
-H "Authorization: Bearer sj_live_your_key_here"
Next Steps
- API Reference — full endpoint documentation with try-it-out
- MCP Integration — connect ScrollJar to Claude, Cursor, and other AI agents