FinalDocFinalDoc
Integrations Pricing
Home Integrations REST API
🔌
API & Automation

REST API

Full programmatic access to FinalDoc

Every feature of FinalDoc is available through a clean, token-authenticated REST API. Create articles, manage categories, trigger AI generation, and export data — all programmatically.

Key Features

What you get when you connect REST API with FinalDoc.

Token Authentication

Bearer token authentication with scoped permissions — read, write, or delete per resource type.

Full Coverage

API endpoints for articles, categories, projects, workspaces, AI features, analytics, and webhooks.

Rate Limiting

Built-in per-token rate limiting (default 60 requests/min) with 429 responses when exceeded.

OpenAPI Spec

Published OpenAPI specification makes it easy to generate clients in any language.

Scoped Tokens

Create tokens with specific scopes like read:articles or write:categories.

Webhook Events

Subscribe to article events for real-time updates rather than polling the API.

How to Connect

Follow these 5 steps to connect REST API with FinalDoc. Full details in the documentation.

  1. Go to Settings → API Tokens in FinalDoc.
  2. Click Create Token, give it a name, and select the scopes you need.
  3. Copy the token (shown only once — treat it like a password).
  4. Include the token in API requests: Authorization: Bearer fd_abc123....
  5. Start with GET /api/articles to list articles, then explore other endpoints.

Use Cases

Common ways teams use the REST API integration.

Custom integrations with internal tools and dashboards
Migrate content from legacy documentation systems
Build custom authoring workflows tailored to your team
Export data for compliance, backups, or business intelligence

Ready to get started?

Read the full setup guide in our documentation, or sign up and connect REST API in minutes.