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 access

One call
does the work

Analyze text and run AI actions with a single API call.

RequestcURL
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]
  }'
Response200 OK
{
  "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.

POST/transcribe/audio
POST/transcribe/text
GET/actions
POST/actions/run
GET/sessions
POST/webhooks

Up and running
in three steps

1

Create an API key

Go to Settings > Developer in your WizWrite dashboard and generate an API key.

2

Make a request

Add your API key to the X-API-Key header and call any endpoint.

3

Build something great

Transcribe audio, run AI actions, and automate your workflows.