Fill simple fields, generate the request automatically, inspect the final JSON, and test responses without manually writing payloads.
Internal testing only
Do not expose real API keys in public client-side pages.
Choose an endpoint, fill the fields, and let the playground build the request for you.
/api/v1/transcriptionshttps://api.dictationer.com/api/v1/transcriptions
Paste Instagram, TikTok, YouTube, or other supported media URL.
timestamp detail level setting if set word, word level timing result provided
If enabled, translation is charged at 1 extra credit per minute, rounded up. only segment level translation provided
cURL preview
curl -X POST "https://api.dictationer.com/api/v1/transcriptions" \
-H "Content-Type: application/json" \
-d '{ "url": "https://www.instagram.com/reel/DUHGBTOElhU/", "responseFormat": "json", "timestampDetailLevel": "segment" }'// Send a request to see the response