Quick Start
Transcribe your first audio URL with a cURL.
curl https://app.castmagic.io/v1/transcripts \
-X POST \
-H "Authorization: Bearer API_SECRET" \
-H "Content-Type: application/json" \
-d '{"url": "AUDIO_URL"}'Last updated
Transcribe your first audio URL with a cURL.
curl https://app.castmagic.io/v1/transcripts \
-X POST \
-H "Authorization: Bearer API_SECRET" \
-H "Content-Type: application/json" \
-d '{"url": "AUDIO_URL"}'Last updated