Skip to main content

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

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