Skip to content

Solatis API Documentation

Build AI-powered integrations with production-ready APIs

50+API Endpoints
99.9%Uptime SLA
4Official SDKs

Quick Start

Get started with the Solatis API in 5 minutes:

1

Get API Key

Generate an API key from your account settings

2

Make First Request

Use curl or your preferred HTTP client

3

Handle Response

Parse JSON response and use the data

4

Set Up Webhooks

Receive real-time notifications (optional)

API Sections

📚 Learn the Basics

🔌 API Reference

💻 Implementation

  • Code Examples - Real-world examples in JavaScript, Python, Go, Ruby
  • SDKs - Official and community SDKs for your language
  • Webhooks - Setup webhooks, verify signatures, webhook best practices

🚀 Advanced Topics

API Endpoints Overview

Document Intelligence

Analyze, extract, and chat with documents.

POST   /v2/documents/analyze         Analyze a document
POST   /v2/documents/chat            Ask questions about a document
GET    /v2/documents                 List documents
GET    /v2/documents/:id             Get document details
PATCH  /v2/documents/:id             Update document
DELETE /v2/documents/:id             Delete document

Meeting Analysis

Transcribe, analyze, and extract insights from meetings.

POST   /v2/transcribe                Transcribe audio/video
POST   /v2/meetings/analyze          Analyze meeting
POST   /v2/meetings/action-items     Extract action items
POST   /v2/meetings/summary          Generate summary
GET    /v2/meetings                  List meetings
GET    /v2/meetings/:id              Get meeting details

Content Generation

Generate content with AI.

POST   /v2/generate/content          Generate content
POST   /v2/generate/brainstorm       Brainstorming session
POST   /v2/generate/email            Generate email
POST   /v2/generate/blog-post        Generate blog post

Tasks & Workflows

Manage tasks and automate workflows.

POST   /v2/tasks                     Create task
GET    /v2/tasks                     List tasks
GET    /v2/tasks/:id                 Get task details
PATCH  /v2/tasks/:id                 Update task
DELETE /v2/tasks/:id                 Delete task
POST   /v2/integrations/sync         Sync with external tools

Choose Your Integration Method

🔌 REST API

Direct HTTP requests for maximum flexibility

View REST API →

📦 SDK

Type-safe client libraries for your language

View SDKs →

⚡ Webhooks

Receive real-time event notifications

Setup Webhooks →

🔄 Integrations

Pre-built connectors to your favorite tools

Browse Integrations →

1. Document Intelligence Automation

Extract key information from contracts, proposals, and documents automatically.

See Example →

2. Meeting Intelligence Platform

Build a platform that automatically transcribes, summarizes, and extracts action items from meetings.

See Example →

3. Content Generation Workflow

Automate content creation for blogs, emails, and marketing materials.

See Example →

4. Task Automation

Automatically create tasks and sync them with project management tools.

See Example →

Authentication

All API requests require authentication. Choose your method:

bash
# API Key (recommended for simple integrations)
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.solatis.team/v2/documents

# OAuth 2.0 (recommended for multi-tenant apps)
curl -H "Authorization: Bearer ACCESS_TOKEN" \
  https://api.solatis.team/v2/documents

Learn about Authentication →

Rate Limiting

Requests are rate limited based on your plan:

PlanRequests/MinuteRequests/Day
Individual6010,000
Team300100,000
EnterpriseCustomCustom

Understand Rate Limiting →

Status & Support

Security

The Solatis API meets enterprise security standards:

  • ✅ SOC 2 Type II Certified
  • ✅ End-to-end encryption (TLS 1.3)
  • ✅ GDPR & HIPAA compliant
  • ✅ IP allowlisting (Enterprise)
  • ✅ Role-based access control

Security Best Practices →

Released under the MIT License.