Handling Large Files
Using Presigned URLs
Example Request with pre-signed URL:
POST /v1/speech-to-text/${MODEL}/transcribe HTTP/1.1
Host: api.gowajee.ai
Content-Type: application/json
X-Api-Key: ${YOUR_API_KEY}
{
"audioData": "https://example.com/presigned_url_to_audio_file"
}Notes
Last updated