I have a FormData coming from the frontend as audio blob and want to send it into input `await ai.r

I have a FormData coming from the frontend as audio blob and want to send it into input
await ai.run('@cf/openai/whisper', input);
Was this page helpful?