post https://apis.elai.io/api/v1/videos/voice//
Use this API to upload custom mp3 file as your voice for specific slide.
This endpoint allows you to upload a voice (audio) file for a specific video and slide. It is protected by a rate limiter that restricts the number of uploads per account per minute and per hour. We accept only mp3 file format via API.
Rate Limiting
Rate limiting is enforced per account, not per user or IP.
20 requests per minute
200 requests per hour
Headers returned
Use these headers to get information about rate limits: X-RateLimit-Limit-Min, X-RateLimit-Remaining-Min, X-RateLimit-Reset-Min
X-RateLimit-Limit-Hour, X-RateLimit-Remaining-Hour, X-RateLimit-Reset-Hour
Retry-After (if limit exceeded)
We expect multipart/form-data body. Must include a file field named file (the audio file to upload)