API Playground

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.

Request builder

Choose an endpoint, fill the fields, and let the playground build the request for you.

POST/api/v1/transcriptions

https://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

json

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" }'

Response

No response
// Send a request to see the response