# Ios issue, full response not received. https://api.openai.com/v1/audio/transcriptions

**URL:** https://community.openai.com/t/ios-issue-full-response-not-received-https-api-openai-com-v1-audio-transcriptions/608720
**Category:** Bugs
**Tags:** whisper
**Created:** [January 31, 2024, 11:26am UTC](https://community.openai.com/t/ios-issue-full-response-not-received-https-api-openai-com-v1-audio-transcriptions/608720 "2024-01-31T11:26:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![saurabhburadkar7](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/saurabhburadkar7/32/148726_2.png) [@saurabhburadkar7](https://community.openai.com/u/saurabhburadkar7)
#### Post date: [January 31, 2024, 11:26am UTC](https://community.openai.com/t/ios-issue-full-response-not-received-https-api-openai-com-v1-audio-transcriptions/608720/1 "2024-01-31T11:26:34Z")

</div>

ios issue, full response not received.  
only single word is transcripted in IOS. Also its working well on android.  
/audio/transcriptions

const res = await axios.post(  
“audio/transcriptions”,  
formData,  
{  
headers: {  
“Content-Type”: “multipart/form-data”,  
Authorization: `Bearer ${VITE_OPENAI_API_KEY}`,  
},  
}  
);

---

<div class="post-metadata">

### Author: ![saurabhburadkar7](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/saurabhburadkar7/32/148726_2.png) [@saurabhburadkar7](https://community.openai.com/u/saurabhburadkar7)
#### Post date: [February 1, 2024, 6:42am UTC](https://community.openai.com/t/ios-issue-full-response-not-received-https-api-openai-com-v1-audio-transcriptions/608720/2 "2024-02-01T06:42:41Z")

</div>

I found the issue that when I am recording the audio with media-recorder on safari its encoding is not supported by openAI api.

---

<div class="post-metadata">

### Author: ![EricGT](https://sea2.discourse-cdn.com/openai1/user_avatar/community.openai.com/ericgt/32/20571_2.png) [@EricGT](https://community.openai.com/u/EricGT)
#### Post date: [February 8, 2024, 6:43am UTC](https://community.openai.com/t/ios-issue-full-response-not-received-https-api-openai-com-v1-audio-transcriptions/608720/3 "2024-02-08T06:43:23Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
