HTTP Multipart/Form-Data
HTTP Multipart/Form-Data
Pulse Model
Example Request for Pulse Model
POST /v1/speech-to-text/pulse/transcribe HTTP/1.1
Host: api.gowajee.ai
X-Api-Key: ${YOUR_API_KEY}
Content-Type: multipart/form-data; boundary=---boundary
---boundary
Content-Disposition: form-data; name="audioData"; filename="audio.wav"
Content-Type: audio/wav
(binary audio data)
---boundary--Astro Model
Example Request for Astro Model
Last updated