Overview
From Audio to Action
KariniScribe converts meetings into structured summaries and tasks. Designed for legal, government, and business teams who need clarity, speed, and compliance.
KariniScribe is a transcription agent built for legal, government, and enterprise teams that need fast, accurate conversion of audio into usable outputs. It accepts audio files through secure APIs, transcribes them with over 95% accuracy, and returns structured summaries and next steps. The system supports multiple speakers, background noise, and domain-specific terminology.
Output is delivered in structured JSON format, ready to integrate into workflow tools or compliance systems. KariniScribe supports large-scale deployments and enforces data security with encryption in transit and at rest. It reduces transcription time and labor by more than 60%, giving teams a clear record of what was said and what must happen next.
Highlights
- AI Transcription for Legal, Government, and Business Use: Converts audio from meetings and proceedings into accurate, timestamped transcripts with actionable outputs.
- Workflow Integration with JSON and S3: Delivers structured summaries and task lists via pre-signed URLs for use in tools like Slack, Asana, or internal systems.
- Secure, Scalable, and Cost-Effective: Encrypts all data, supports large audio files, and cuts transcription costs.
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Description | Cost/unit |
---|---|---|
6 minute increments | 1 Unit = 6 mins (1/10th of an hour) of audio length | $0.50 |
Vendor refund policy
We will be happy to provide refund if you are not satisfied with our product. Please contact at support@karini.ai for any questions.
Custom pricing options
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
API-Based Agents & Tools
API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.
Additional details
Usage instructions
API
KariniScribe API Usage Instructions
Overview
KariniScribe Agent processes audio files through a REST API. Follow these steps to integrate and use the service.
Refer to Karini AI documentation for details
Authentication
All API requests require authentication using the x-api-token header with your provided API token.
If you have already registered, use the following link to retrieve your token and recipe_id to invoke the agent, Reference: Login to KariniScribe to retrieve your tokenÂ
If you need to rotate the api token or any changes to the agent, please contact sales@karini.aiÂ
Rate Limits
- POST requests: 5 requests per minute
- GET requests: 1 requests per minute
Step 1: Prepare Audio File
Upload your audio file (.wav format) to AWS S3 and generate a presigned URL.
Requirements:
- File format: .wav
- Maximum file size: 60 mins recording
- Presigned URL expiration: Minimum 1 hour
Reference: AWS S3 Presigned URL DocumentationÂ
Step 2: Trigger KariniScribe Agent
Initiate Processing
Endpoint: POST /api/webhook/recipe/{recipe_id}
curl -X POST "<https://app.karini.ai/api/webhook/recipe/>{YOUR_RECIPE_ID}" \ -H "Content-Type: application/json" \ -H "x-api-token: {YOUR_API_TOKEN}" \ -d '{ "files": [{ "content_type": "audio/wav", "file_name": "meeting_recording.wav", "file_path": "{S3_PRESIGNED_URL}" }], "input_message": "Make the transcription action-oriented", "metadata": { "session_id": "session_123", "user_id": "user_456" } }'Response: Returns request_id for tracking processing status.
Step 3: Monitor and Retrieve Results
Get Request Status
Endpoint: GET /api/webhook/request/{request_id}
curl -X GET "<https://app.karini.ai/api/webhook/request/>{REQUEST_ID}" \ -H "accept: application/json" \ -H "x-api-token: {YOUR_API_TOKEN}"List Recipe Requests
Endpoint: GET /api/webhook/recipe/{recipe_id}
curl -X GET "<https://app.karini.ai/api/webhook/recipe/>{RECIPE_ID}?limit=10" \ -H "accept: application/json" \ -H "x-api-token: {YOUR_API_TOKEN}"Support
Vendor support
We provide ongoing support and maintenance, ensuring the platform is always up-to-date and running smoothly. Our team of experts is dedicated to providing personalized service and support with a focus on customer success.
For high-priority issues, we will respond within 1 hour. We have operations in the US and India, and our support team will respond per Service Level agreements. For support, please email: support@karini.aiÂ
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.