Skip to main content
POST
Extract transcription from voice audio

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Body

application/json
projectId
string<uuid>
required
Example:

"ae6d58c6-c6bd-4ae0-ad74-b8b39c29928b"

audioUrl
string<uri>
required
Example:

"https://cdn.tryhamsa.com/uploads/voice.wav"

language
string

Optional language hint for transcription.

Example:

"en"

Response

Transcription extracted successfully.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

messageKey
string
Example:

"OPERATION_SUCCESSFUL"

data
object