Build AI-powered integrations with production-ready APIs
Get started with the Solatis API in 5 minutes:
Generate an API key from your account settings
Use curl or your preferred HTTP client
Parse JSON response and use the data
Receive real-time notifications (optional)
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 documentTranscribe, 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 detailsGenerate 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 postManage 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 toolsExtract key information from contracts, proposals, and documents automatically.
Build a platform that automatically transcribes, summarizes, and extracts action items from meetings.
Automate content creation for blogs, emails, and marketing materials.
Automatically create tasks and sync them with project management tools.
All API requests require authentication. Choose your method:
# 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/documentsRequests are rate limited based on your plan:
| Plan | Requests/Minute | Requests/Day |
|---|---|---|
| Individual | 60 | 10,000 |
| Team | 300 | 100,000 |
| Enterprise | Custom | Custom |
The Solatis API meets enterprise security standards: