Authorization: Bearer ********************
curl --location --request POST 'https://api.apicore.ai/v1/audio/transcriptions' \
--header 'Authorization: sk-xxxx' \
--header 'Accept: application/json' \
--header 'Content-Type: multipart/form-data' \
--form 'file=@""' \
--form 'model=""' \
--form 'prompt=""' \
--form 'response_format=""' \
--form 'temperature=""'
{
"text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?"
}