Documentation

Everything you need to get started

Comprehensive guides, API references, and examples to help you build with Scivly.

Search documentation...

Most read

Monitor lifecycle

Learn how matching, scoring, enrichment, and delivery fit together.

Recently updated

Webhook retries

Delivery replay, status checks, and idempotency behavior.

Quickstart

Set up your first watchlist

  • Create workspace rules
  • Map authors and topics
  • Preview first digest
Read more

API

Ship Scivly inside your stack

  • API keys and auth
  • Monitor and digest endpoints
  • Webhook payloads
Read more

Operations

Run ingestion with confidence

  • Queue health
  • Retry policies
  • Cost and delivery visibility
Read more

Popular guides

1

Create a workspace and add your first monitor

2

Understand paper scoring and match reasons

3

Generate a translated digest preview

4

Route alerts into chat or webhooks

API Reference

POST/v1/monitors

Create a new paper monitor for a workspace.

GET/v1/papers/search

Search indexed papers with workspace-aware filters.

POST/v1/digests/run

Generate a digest preview or trigger a delivery run.

POST/v1/questions

Ask follow-up questions against retrieved paper context.

Example request

POST /v1/questions
{
  "workspace_id": "ws_research",
  "paper_id": "paper_1024",
  "question": "What changed?"
}