Repost API call node for calling Groq API .
I am going to translate the audio file usin Groq API in buildsheep.
I input the values in API Call Node for test as follow as:
URL: https://api.groq.com/openai/v1/audio/translations
Autherization : Bearer gsk_B7x3XBIdHGwo9XExxxxxxxxxxxxxxxxxxxxxxxxxxxxx
body :
{
"url":"https://cdnj1.com/assets/1355771/inbox/1000342574/1743266580-ddc.mp4",
"model":"whisper-large-v3"
}
Content Type : multipart/form-data
but I meet the error like this.
{
"status": 400,
"data": {
"error": {
"message": "no multipart boundary param in Content-Type",
"type": "invalid_request_error"
}
}
}
Please help me.
I input the values in API Call Node for test as follow as:
URL: https://api.groq.com/openai/v1/audio/translations
Autherization : Bearer gsk_B7x3XBIdHGwo9XExxxxxxxxxxxxxxxxxxxxxxxxxxxxx
body :
{
"url":"https://cdnj1.com/assets/1355771/inbox/1000342574/1743266580-ddc.mp4",
"model":"whisper-large-v3"
}
Content Type : multipart/form-data
but I meet the error like this.
{
"status": 400,
"data": {
"error": {
"message": "no multipart boundary param in Content-Type",
"type": "invalid_request_error"
}
}
}
Please help me.


