Submit from public URL
Transcriptions
Submit from public URL
Submit an audio or video file for transcription using a publicly accessible URL.
POST
Submit from public URL
Documentation Index
Fetch the complete documentation index at: https://docs.heify.com/llms.txt
Use this file to discover all available pages before exploring further.
Use this endpoint when your media file is already hosted at a public URL. For local files, use Submit from local file instead.
Processing is asynchronous — the API returns a
transcription_id immediately. Use Get Transcription Details or webhooks to track completion.The
url must be publicly accessible with no authentication required. The download has a 60-second timeout — use a fast, stable URL.For supported formats, file size limits, and duration limits, see Rate Limits & Quotas.
participant_id and evaluator_id are optional. If provided, they must exist and belong to your account.Authorizations
Body
application/json
The unique identifier of the configuration to use for processing.
A publicly accessible URL to the audio or video file to transcribe. Must require no authentication. Subject to a 60-second download timeout.
Optional custom name for the transcription job.
Optional. Link this transcription to a participant. Must exist and belong to your account.
Optional. Link this transcription to an evaluator. Must exist and belong to your account.
Response
201 - application/json
Transcription job created successfully. Processing has started asynchronously.