Works where you write

PlotLens integrates with your favorite writing tools. Validate your canon without switching apps.

Coming Soon

Google Docs

Validate your canon directly within Google Docs as you write.

Planned

Microsoft Word

A Word add-in for seamless validation within your writing environment.

S
Planned

Scrivener

Sync your Scrivener projects with PlotLens for automatic canon updates.

Available

REST API

Build custom integrations with our comprehensive REST API.

View docs
Available

Webhooks

Receive real-time notifications when canon changes or validations fail.

View docs
FD
Planned

Final Draft

Screenplay integration for validating scripts against your story bible.

Build with the PlotLens API

Our comprehensive REST API gives you full access to PlotLens features. Extract entities, validate passages, and manage your canon programmatically.

  • Full entity extraction capabilities
  • Real-time and batch validation
  • Webhook notifications
  • OAuth 2.0 authentication
Read API Docs
curl -X POST https://api.plotlens.ai/v1/validate \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "project_id": "proj_abc123",
    "passage": "Elena walked into the coffee shop...",
    "context": "chapter_12"
  }'

Need a different integration?

Let us know what tools you use. Your feedback helps us prioritize our roadmap.

Request Integration