Get your API key
Create your account, verify your email, then sign in to generate a private key for your application.
Send an audio or video URL. We return your transcript or caption file to your callback in as little as 12 hours.*
*12-hour turnaround applies to recordings up to 30 minutes. Larger or more complex projects may take longer.
Keep your existing media workflow. Transcription Puppy handles the work behind the scenes while your application stays in control.
Create your account, verify your email, then sign in to generate a private key for your application.
Post a JSON request with your audio or video URL, service options, and callback destination.
We create your transcript or caption file and send it to your callback URL.
Deliver 99%-accurate transcripts and captions without reviewing or correcting automated output.
There is no transcription operation for your team to recruit, schedule, or manage. Send the project and we handle the work.
Data is protected with industry-standard encryption, and every Transcription Puppy transcriber signs an NDA.
Submit your media URL and service options as JSON. Full documentation and callback examples are available from the API key page after login.
Create Account & Get API Accesscurl -X POST "https://www.transcriptionpuppy.com/API/createproject.php" \
-H "Apikey: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com/audio-file.mp3",
"style": "transcription",
"timestamp": "no",
"verbatim": "non_verbatim",
"callback_url": "https://example.com/transcription-callback.php"
}'
Use your current login to generate, copy, regenerate, or delete your API key.