BuildShipBBuildShip
Powered by
FodronF
BuildShip•11mo ago•
3 replies
Fodron

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.
image.png
BuildShip banner
BuildShipJoin
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Groq API call
AI SupportAAI Support / ❓・buildship-help
11mo ago
Output too large on API call node
ClintonCClinton / ❓・buildship-help
2y ago
Adding Additional Headers to API Call node
thisisbuzeTthisisbuze / ❓・buildship-help
3y ago
Asynchronous API calling
Adrian_JaceckoAAdrian_Jacecko / ❓・buildship-help
14mo ago