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
API
Ship Scivly inside your stack
- API keys and auth
- Monitor and digest endpoints
- Webhook payloads
Operations
Run ingestion with confidence
- Queue health
- Retry policies
- Cost and delivery visibility
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/monitorsCreate a new paper monitor for a workspace.
GET
/v1/papers/searchSearch indexed papers with workspace-aware filters.
POST
/v1/digests/runGenerate a digest preview or trigger a delivery run.
POST
/v1/questionsAsk follow-up questions against retrieved paper context.
Example request
POST /v1/questions
{
"workspace_id": "ws_research",
"paper_id": "paper_1024",
"question": "What changed?"
}