Build with WizWrite

One REST API for transcription and AI actions. Bring voice-to-text and automated workflows into your own applications.

API Documentation
Complete guides and reference for all endpoints.
Read the docs
API Playground
Test endpoints directly in your browser.
Try it now
Zapier Integration
Connect to 5,000+ apps without code.
Get Zapier accessOne call
does the work
Analyze text and run AI actions with a single API call.
curl -X POST https://api.wizwrite.io/api/v1/transcribe/text \
-H "X-API-Key: ww_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"text": "Your text to analyze...",
"aiActions": [1, 2]
}'{
"success": true,
"data": {
"sessionId": 12345,
"objectId": 67890
}
}Everything you need
to build with voice
A complete toolkit for voice-powered applications.
RESTful API
Simple, predictable REST endpoints. JSON request and response bodies. Standard HTTP methods.
API Key Auth
Secure authentication with API keys. Generate and manage keys from your dashboard.
Webhooks
Real-time notifications when transcriptions complete. Push data to your systems instantly.
Zapier Ready
Official Zapier integration with triggers and actions. No code required.
Core
API surface
The endpoints behind transcription and AI processing.
/transcribe/audio/transcribe/text/actions/actions/run/sessions/webhooksUp and running
in three steps
Create an API key
Go to Settings > Developer in your WizWrite dashboard and generate an API key.
Make a request
Add your API key to the X-API-Key header and call any endpoint.
Build something great
Transcribe audio, run AI actions, and automate your workflows.
