To upload media to our data center, follow these steps:
- Retrieve a signed URL.
PUTthe file to that URL directly — this goes to storage, not to the Elai API.- Trigger our API to confirm that a file has been uploaded successfully.
We accept images (jpg, png, svg), videos (mp4, ogg, mov, webm, wmv) and gifs.
We don't support JSON base64-encoded strings
File should be sent as request body with PUT method
